Searched refs:drawPosText (Results 1 - 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRecordingContextCanvasProxy.cpp45 void RecordingContextCanvasProxy::drawPosText(const void* text, function in class:WebCore::RecordingContextCanvasProxy
50 m_pgc->drawPosText(text, byteLength, pos, paint);
H A DRecordingContextCanvasProxy.h46 virtual void drawPosText(const void* text, size_t byteLength,
H A DPlatformGraphicsContextSkia.h102 virtual void drawPosText(const void* text, size_t byteLength,
H A DPlatformGraphicsContext.h144 virtual void drawPosText(const void* text, size_t byteLength,
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInspectorCanvas.cpp113 void InspectorCanvas::drawPosText(const void* , size_t byteLength, function in class:WebCore::InspectorCanvas
H A DInspectorCanvas.h74 virtual void drawPosText(const void* , size_t byteLength,
H A DInstrumentedPlatformCanvas.h238 virtual void drawPosText(const void* text, size_t byteLength, function in class:WebCore::InstrumentedPlatformCanvas
243 SkCanvas::drawPosText(text, byteLength, pos, paint);
/external/skia/tests/
H A DDrawTextTest.cpp98 // Test: drawText and drawPosText draw the same.
103 drawPosTextCanvas.drawPosText("A", 1, &point, paint);
/external/skia/src/utils/
H A DSkProxyCanvas.cpp115 void SkProxyCanvas::drawPosText(const void* text, size_t byteLength, function in class:SkProxyCanvas
117 fProxy->drawPosText(text, byteLength, pos, paint);
H A DSkNWayCanvas.cpp229 void SkNWayCanvas::drawPosText(const void* text, size_t byteLength, function in class:SkNWayCanvas
233 iter->drawPosText(text, byteLength, pos, paint);
/external/webkit/Source/WebKit/android/plugins/
H A DANPCanvasInterface.cpp140 canvas->skcanvas->drawPosText(text, byteLength,
194 ASSIGN(i, drawPosText);
/external/skia/bench/
H A DPicturePlaybackBench.cpp97 : INHERITED(param, drawPosH ? "drawPosTextH" : "drawPosText")
126 canvas->drawPosText(text, len, pos, paint);
H A DTextBench.cpp111 // do that since it exercises different code in drawPosText.
117 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint);
/external/skia/include/core/
H A DSkDraw.h53 void drawPosText(const char text[], size_t byteLength,
H A DSkDevice.h227 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
/external/skia/include/utils/
H A DSkDumpCanvas.h93 virtual void drawPosText(const void* text, size_t byteLength,
H A DSkNWayCanvas.h56 virtual void drawPosText(const void* text, size_t byteLength,
H A DSkProxyCanvas.h61 virtual void drawPosText(const void* text, size_t byteLength,
H A DSkDeferredCanvas.h120 virtual void drawPosText(const void* text, size_t byteLength,
251 virtual void drawPosText(const SkDraw&, const void* text, size_t len, function in class:SkDeferredCanvas::DeferredDevice
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontLinux.cpp136 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint);
165 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp245 canvas->drawPosText(&glyphs[localIndex],
264 canvas->drawPosText(&glyphs[localIndex],
287 canvas->drawPosText(glyphs,
1063 canvas->drawPosText(walker.glyphs(),
1069 canvas->drawPosText(walker.glyphs(),
/external/skia/src/core/
H A DSkDevice.cpp326 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len, function in class:SkDevice
329 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint);
H A DSkPictureRecord.h54 virtual void drawPosText(const void* text, size_t byteLength,
/external/skia/include/gpu/
H A DSkGpuDevice.h90 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
/external/skia/include/pdf/
H A DSkPDFDevice.h89 virtual void drawPosText(const SkDraw&, const void* text, size_t len,

Completed in 591 milliseconds

12