/external/skia/tools/lua/ |
H A D | chars-vs-glyphs.lua | 15 drawPosText = true,
|
H A D | glyph-counts.lua | 64 if verb == "drawPosText" or verb == "drawPosTextH" then
|
H A D | glyph-usage.lua | 98 if verb == "drawPosText" or verb == "drawPosTextH" then
|
/external/skia/gm/ |
H A D | bigtext.cpp | 49 canvas->drawPosText("\\", 1, &pos, paint);
|
H A D | stroketext.cpp | 35 canvas->drawPosText("P", 1, &loc, p); 43 canvas->drawPosText("P", 1, &loc, p);
|
H A D | getpostextpath.cpp | 55 canvas->drawPosText(text, len, &pos[0], paint);
|
H A D | pdf_never_embed.cpp | 24 canvas->drawPosText(text, textLen, &pos[0], paint);
|
H A D | glyph_pos_align.cpp | 13 * This test exercises drawPosTextH and drawPosText with every text align. 65 canvas->drawPosText(text, length, pos, paint);
|
H A D | dftext.cpp | 130 canvas->drawPosText(text, textLen, &pos[0], paint);
|
H A D | skbug_257.cpp | 43 canvas->drawPosText(text, textLen, &pos[0], paint);
|
/external/skia/src/gpu/ |
H A D | GrPathRenderingRenderTargetContext.cpp | 37 void GrPathRenderingRenderTargetContext::drawPosText(const GrClip& clip, const SkPaint& skPaint, function in class:GrPathRenderingRenderTargetContext 46 "GrPathRenderingRenderTargetContext::drawPosText"); 53 fStencilAndCoverTextContext->drawPosText(
|
H A D | GrPathRenderingRenderTargetContext.h | 17 void drawPosText(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, const char text[],
|
H A D | SkGpuDevice.h | 90 void drawPosText(const void* text, size_t len, const SkScalar pos[],
|
/external/skia/src/gpu/text/ |
H A D | GrAtlasTextContext.h | 40 void drawPosText(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
|
H A D | GrStencilAndCoverTextContext.h | 37 void drawPosText(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
|
/external/skia/src/svg/ |
H A D | SkSVGDevice.h | 42 void drawPosText(const void* text, size_t len,
|
/external/skia/src/core/ |
H A D | SkLiteDL.h | 61 void drawPosText (const void*, size_t, const SkPoint[], const SkPaint&);
|
H A D | SkBitmapDevice.h | 108 void drawPosText(const void* text, size_t len, const SkScalar pos[],
|
H A D | SkDraw.h | 68 void drawPosText(const char text[], size_t byteLength,
|
/external/skia/tests/ |
H A D | FontHostStreamTest.cpp | 103 streamCanvas.drawPosText("A", 1, &point, paint);
|
H A D | DrawTextTest.cpp | 100 // Test: drawText and drawPosText draw the same. 105 drawPosTextCanvas.drawPosText(c, 1, &point, paint);
|
H A D | SVGDeviceTest.cpp | 119 svgCanvas->drawPosText(txt, len, pos, paint);
|
/external/skia/bench/ |
H A D | TextBench.cpp | 133 // do that since it exercises different code in drawPosText. 139 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint);
|
H A D | PicturePlaybackBench.cpp | 97 : INHERITED(drawPosH ? "drawPosTextH" : "drawPosText") 126 canvas->drawPosText(text, len, pos, paint);
|
/external/skia/samplecode/ |
H A D | SampleText.cpp | 51 canvas->drawPosText(text, length, pts, paint);
|