Lines Matching refs:FontRenderer

84 FontRenderer::FontRenderer(const uint8_t* gammaTable)  in FontRenderer()  function in android::uirenderer::FontRenderer
134 FontRenderer::~FontRenderer() { in ~FontRenderer()
145 void FontRenderer::flushAllAndInvalidate() { in flushAllAndInvalidate()
171 void FontRenderer::flushLargeCaches(std::vector<CacheTexture*>& cacheTextures) { in flushLargeCaches()
189 void FontRenderer::flushLargeCaches() { in flushLargeCaches()
194 CacheTexture* FontRenderer::cacheBitmapInTexture(std::vector<CacheTexture*>& cacheTextures, in cacheBitmapInTexture()
206 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()
388 CacheTexture* FontRenderer::createCacheTexture(int width, int height, GLenum format, in createCacheTexture()
401 void FontRenderer::initTextTexture() { in initTextTexture()
422 void FontRenderer::checkInit() { in checkInit()
450 void FontRenderer::checkTextureUpdate() { in checkTextureUpdate()
476 void FontRenderer::issueDrawCommand(std::vector<CacheTexture*>& cacheTextures) { in issueDrawCommand()
496 void FontRenderer::issueDrawCommand() { in issueDrawCommand()
501 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1, float x2, float y2, in appendMeshQuadNoClip()
513 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, in appendMeshQuad()
534 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, in appendRotatedMeshQuad()
552 void FontRenderer::setFont(const SkPaint* paint, const SkMatrix& matrix) { in setFont()
556 FontRenderer::DropShadow FontRenderer::renderDropShadow(const SkPaint* paint, const glyph_t* glyphs, in renderDropShadow()
622 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender()
631 void FontRenderer::finishRender() { in finishRender()
638 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in precache()
644 void FontRenderer::endPrecaching() { in endPrecaching()
648 bool FontRenderer::renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderPosText()
666 bool FontRenderer::renderTextOnPath(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderTextOnPath()
681 void FontRenderer::blurImage(uint8_t** image, int32_t width, int32_t height, float radius) { in blurImage()
749 const std::vector<CacheTexture*>& FontRenderer::cacheTexturesForFormat(GLenum format) const { in cacheTexturesForFormat()
777 void FontRenderer::dumpMemoryUsage(String8& log) const { in dumpMemoryUsage()
789 uint32_t FontRenderer::getCacheSize(GLenum format) const { in getCacheSize()
793 uint32_t FontRenderer::getFreeCacheSize(GLenum format) const { in getFreeCacheSize()
797 uint32_t FontRenderer::getSize() const { in getSize()