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( 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;
DFontRenderer.cpp51 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()
DBakedOpDispatcher.cpp297 TextDrawFunctor functor(&renderer, &state, renderClip, in renderText()
749 TextDrawFunctor functor(&renderer, &state, renderTargetClip, in onTextOnPathOp()