/frameworks/base/libs/hwui/tests/microbench/ |
D | FontBench.cpp | 36 std::vector<glyph_t> glyphs; in BM_FontRenderer_precache_cachehits() local
|
/frameworks/base/libs/hwui/tests/unit/ |
D | TextDropShadowCacheTests.cpp | 39 std::vector<glyph_t> glyphs; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
|
D | FontRendererTests.cpp | 39 std::vector<glyph_t> glyphs; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 294 void Font::render(const SkPaint* paint, const glyph_t* glyphs, in render() 300 void Font::render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in render() 348 void Font::measure(const SkPaint* paint, const glyph_t* glyphs, in measure() 358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { in precache() 377 void Font::render(const SkPaint* paint, const glyph_t* glyphs, in render()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in get()
|
D | FontRenderer.cpp | 560 FontRenderer::DropShadow FontRenderer::renderDropShadow(const SkPaint* paint, const glyph_t *glyphs, in renderDropShadow() 641 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in precache() 651 bool FontRenderer::renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderPosText() 669 bool FontRenderer::renderTextOnPath(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, in renderTextOnPath()
|
D | TextDropShadowCache.h | 87 const glyph_t* glyphs; member
|
D | SkiaCanvasProxy.cpp | 280 GlyphIDConverter glyphs(text, byteLength, origPaint); in onDrawText() local 348 GlyphIDConverter glyphs(text, byteLength, origPaint); in onDrawPosText() local 405 GlyphIDConverter glyphs(text, byteLength, paint); // Just get count in onDrawTextRSXform() local
|
D | RecordedOp.h | 393 const glyph_t* glyphs; member 410 const glyph_t* glyphs; member
|
D | RecordingCanvas.cpp | 547 uint16_t* glyphs = (glyph_t*)alloc().alloc<glyph_t>(glyphCount * sizeof(glyph_t)); in drawGlyphs() local 562 uint16_t glyphs[1]; in drawLayoutOnPath() local
|
D | SkiaCanvas.cpp | 695 uint16_t* glyphs = (uint16_t*)(xform + N); in drawLayoutOnPath() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 281 Paint* paint, uint16_t* glyphs, SkPoint* pos) in GetTextFunctor() 304 uint16_t* glyphs; member in android::PaintGlue::GetTextFunctor 314 uint16_t* glyphs = new uint16_t[nGlyphs]; in getTextPath() local
|