Home
last modified time | relevance | path

Searched refs:TextDrawFunctor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.h52 class TextDrawFunctor {
54 TextDrawFunctor(BakedOpRenderer* renderer, const BakedOpState* bakedState, const ClipBase* clip, in TextDrawFunctor() function
96 TextDrawFunctor* functor, bool forceFinish = true);
100 Rect* outBounds, TextDrawFunctor* functor);
141 void initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor);
179 TextDrawFunctor* mFunctor;
DFontRenderer.cpp50 void TextDrawFunctor::draw(CacheTexture& texture, bool linearFiltering) { in draw()
622 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender()
650 TextDrawFunctor* functor, bool forceFinish) { in renderPosText()
668 Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
DBakedOpDispatcher.cpp289 TextDrawFunctor functor(&renderer, &state, renderClip, x, y, pureTranslate, alpha, mode, in renderText()
762 TextDrawFunctor functor(&renderer, &state, renderTargetClip, 0.0f, 0.0f, false, alpha, mode, in onTextOnPathOp()