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

/frameworks/base/libs/hwui/
H A DFontRenderer.h52 class TextDrawFunctor { class in namespace:android::uirenderer
54 TextDrawFunctor( function in class:android::uirenderer::TextDrawFunctor
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;
H A DFontRenderer.cpp51 void TextDrawFunctor::draw(CacheTexture& texture, bool linearFiltering) {
625 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) {
653 Rect* bounds, TextDrawFunctor* functor, bool forceFinish) {
671 Rect* bounds, TextDrawFunctor* functor) {
H A DBakedOpDispatcher.cpp297 TextDrawFunctor functor(&renderer, &state, renderClip,
749 TextDrawFunctor functor(&renderer, &state, renderTargetClip,
758 // manually dirty render target, since TextDrawFunctor won't

Completed in 1370 milliseconds