/external/skia/gm/ |
D | stroketext.cpp | 34 canvas->drawPosText("P", 1, &loc, p); in draw_text_stroked() 42 canvas->drawPosText("P", 1, &loc, p); in draw_text_stroked()
|
D | bigtext.cpp | 48 canvas->drawPosText("\\", 1, &pos, paint); in onDraw()
|
D | pdf_never_embed.cpp | 24 canvas->drawPosText(text, textLen, &pos[0], paint); in excercise_draw_pos_text()
|
D | getpostextpath.cpp | 54 canvas->drawPosText(text, len, &pos[0], paint);
|
D | glyph_pos_align.cpp | 69 canvas->drawPosText(text, length, pos, paint); in drawTestCase()
|
D | typeface.cpp | 69 canvas->drawPosText(glyphs, glyphCount * sizeof(uint16_t), pos, glyphPaint); in drawKernText()
|
D | skbug_257.cpp | 43 canvas->drawPosText(text, textLen, &pos[0], paint); in exercise_draw_pos_text()
|
/external/skia/src/gpu/ |
D | GrPathRenderingDrawContext.cpp | 37 void GrPathRenderingDrawContext::drawPosText(const GrClip& clip, const GrPaint& grPaint, in drawPosText() function in GrPathRenderingDrawContext 52 fStencilAndCoverTextContext->drawPosText(this->drawingManager()->getContext(), this, clip, in drawPosText()
|
D | GrPathRenderingDrawContext.h | 20 void drawPosText(const GrClip&, const GrPaint&, const SkPaint&,
|
/external/skia/tools/lua/ |
D | chars-vs-glyphs.lua | 15 drawPosText = true,
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.h | 40 void drawPosText(GrContext*, GrDrawContext*, const GrClip&, const GrPaint&,
|
D | GrStencilAndCoverTextContext.cpp | 102 void GrStencilAndCoverTextContext::drawPosText(GrContext* context, GrDrawContext* dc, in drawPosText() function in GrStencilAndCoverTextContext 125 fFallbackTextContext->drawPosText(context, dc, clip, paint, skPaint, viewMatrix, props, in drawPosText() 176 this->drawPosText(context, dc, clip, grPaint, runPaint, viewMatrix, props, in uncachedDrawTextBlob() 182 this->drawPosText(context, dc, clip, grPaint, runPaint, viewMatrix, props, in uncachedDrawTextBlob()
|
D | GrStencilAndCoverTextContext.h | 38 void drawPosText(GrContext*, GrDrawContext*,
|
/external/skia/src/svg/ |
D | SkSVGDevice.h | 43 void drawPosText(const SkDraw&, const void* text, size_t len,
|
/external/skia/tests/ |
D | DrawTextTest.cpp | 103 drawPosTextCanvas.drawPosText(c, 1, &point, paint); in DEF_TEST()
|
D | FontHostStreamTest.cpp | 110 streamCanvas.drawPosText("A", 1, &point, paint); in DEF_TEST()
|
D | SVGDeviceTest.cpp | 122 svgCanvas->drawPosText(txt, len, pos, paint); in test_whitespace_pos()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 354 void SkBitmapDevice::drawPosText(const SkDraw& draw, const void* text, size_t len, in drawPosText() function in SkBitmapDevice 357 draw.drawPosText((const char*)text, len, xpos, scalarsPerPos, offset, paint); in drawPosText()
|
D | SkDevice.cpp | 128 this->drawPosText(draw, it.glyphs(), textLen, it.pos(), 1, in drawTextBlob() 132 this->drawPosText(draw, it.glyphs(), textLen, it.pos(), 2, in drawTextBlob()
|
/external/skia/include/core/ |
D | SkDraw.h | 68 void drawPosText(const char text[], size_t byteLength,
|
D | SkBitmapDevice.h | 114 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
|
/external/skia/samplecode/ |
D | SampleText.cpp | 54 canvas->drawPosText(text, length, pts, paint); in DrawTheText()
|
/external/skia/bench/ |
D | TextBench.cpp | 140 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint); in onDraw()
|
D | PicturePlaybackBench.cpp | 126 canvas->drawPosText(text, len, pos, paint); in recordCanvas()
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 58 virtual void drawPosText(const GrClip&, const GrPaint&, const SkPaint&,
|