Searched refs:TextDrawFunctor (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 52 class TextDrawFunctor { 54 TextDrawFunctor( in TextDrawFunctor() function 99 Rect* outBounds, TextDrawFunctor* functor, bool forceFinish = true); 103 float hOffset, float vOffset, Rect* outBounds, TextDrawFunctor* functor); 146 void initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor); 189 TextDrawFunctor* mFunctor;
|
D | FontRenderer.cpp | 51 void TextDrawFunctor::draw(CacheTexture& texture, bool linearFiltering) { in draw() 625 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender() 653 Rect* bounds, TextDrawFunctor* functor, bool forceFinish) { in renderPosText() 671 Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
|
D | BakedOpDispatcher.cpp | 297 TextDrawFunctor functor(&renderer, &state, renderClip, in renderText() 749 TextDrawFunctor functor(&renderer, &state, renderTargetClip, in onTextOnPathOp()
|