Lines Matching refs:Paint
79 static Result _compFastTrack(RenderMethod* renderer, Paint* cmpTarget, const Matrix& pm, RenderRegi… in _compFastTrack()
141 RenderRegion Paint::Impl::bounds(RenderMethod* renderer) const in bounds()
149 Iterator* Paint::Impl::iterator() in iterator()
157 Paint* Paint::Impl::duplicate(Paint* ret) in duplicate()
176 bool Paint::Impl::rotate(float degree) in rotate()
187 bool Paint::Impl::scale(float factor) in scale()
198 bool Paint::Impl::translate(float x, float y) in translate()
210 bool Paint::Impl::render(RenderMethod* renderer) in render()
239 RenderData Paint::Impl::update(RenderMethod* renderer, const Matrix& pm, Array<RenderData>& clips, … in update()
313 bool Paint::Impl::bounds(float* x, float* y, float* w, float* h, bool transformed, bool stroking, b… in bounds()
360 void Paint::Impl::reset() in reset()
390 Paint :: Paint() : pImpl(new Impl(this)) in Paint() function in Paint
395 Paint :: ~Paint() in ~Paint()
401 Result Paint::rotate(float degree) noexcept in rotate()
408 Result Paint::scale(float factor) noexcept in scale()
415 Result Paint::translate(float x, float y) noexcept in translate()
422 Result Paint::transform(const Matrix& m) noexcept in transform()
429 Matrix Paint::transform() noexcept in transform()
435 TVG_DEPRECATED Result Paint::bounds(float* x, float* y, float* w, float* h) const noexcept in bounds()
441 Result Paint::bounds(float* x, float* y, float* w, float* h, bool transformed) const noexcept in bounds()
448 Paint* Paint::duplicate() const noexcept in duplicate()
454 Result Paint::clip(std::unique_ptr<Paint> clipper) noexcept in clip()
467 Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) noexcept in composite()
480 CompositeMethod Paint::composite(const Paint** target) const noexcept in composite()
497 Result Paint::opacity(uint8_t o) noexcept in opacity()
508 uint8_t Paint::opacity() const noexcept in opacity()
514 TVG_DEPRECATED uint32_t Paint::identifier() const noexcept in identifier()
520 Result Paint::blend(BlendMethod method) noexcept in blend()