HomeSort by relevance Sort by last modified time
    Searched refs:drawPosText (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RecordingContextCanvasProxy.cpp 45 void RecordingContextCanvasProxy::drawPosText(const void* text,
50 m_pgc->drawPosText(text, byteLength, pos, paint);
PlatformGraphicsContextSkia.h 102 virtual void drawPosText(const void* text, size_t byteLength,
RecordingContextCanvasProxy.h 46 virtual void drawPosText(const void* text, size_t byteLength,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PosTextActivity.java 66 canvas.drawPosText(mText, mPos, mLargePaint);
70 canvas.drawPosText(mText, mPos, mLargePaint);
74 canvas.drawPosText(mText, mPos, mLargePaint);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 125 canvas.drawPosText(POSTEXT, pos, p);
129 canvas.drawPosText(POSTEXT, pos, p);
133 canvas.drawPosText(POSTEXT, pos, p);
UnicodeChart.java 91 canvas.drawPosText(chars, 0, 256, mPos, mBigCharPaint);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.h 79 virtual void drawPosText(const void* , size_t byteLength,
InspectorCanvas.cpp 121 void InspectorCanvas::drawPosText(const void* , size_t byteLength,
InstrumentedPlatformCanvas.h 238 virtual void drawPosText(const void* text, size_t byteLength,
243 SkCanvas::drawPosText(text, byteLength, pos, paint);
  /external/skia/gm/
getpostextpath.cpp 64 canvas->drawPosText(text, len, &pos[0], paint);
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 208 public void drawPosText(char[] text, int index, int count, float[] pos, Paint paint) {
209 super.drawPosText(text, index, count, pos, paint);
214 public void drawPosText(String text, float[] pos, Paint paint) {
215 super.drawPosText(text, pos, paint);
  /external/skia/include/core/
SkDraw.h 53 void drawPosText(const char text[], size_t byteLength,
  /external/skia/include/utils/
SkNWayCanvas.h 59 virtual void drawPosText(const void* text, size_t byteLength,
  /external/skia/legacy/include/core/
SkDraw.h 53 void drawPosText(const char text[], size_t byteLength,
  /external/skia/legacy/include/utils/
SkNWayCanvas.h 56 virtual void drawPosText(const void* text, size_t byteLength,
SkDeferredCanvas.h 120 virtual void drawPosText(const void* text, size_t byteLength,
251 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
  /external/skia/src/core/
SkBBoxRecord.h 50 virtual void drawPosText(const void* text, size_t byteLength,
  /external/skia/tests/
DrawTextTest.cpp 98 // Test: drawText and drawPosText draw the same.
103 drawPosTextCanvas.drawPosText("A", 1, &point, paint);
FontHostStreamTest.cpp 99 streamCanvas.drawPosText("A", 1, &point, paint);
  /external/skia/legacy/src/utils/
SkProxyCanvas.cpp 115 void SkProxyCanvas::drawPosText(const void* text, size_t byteLength,
117 fProxy->drawPosText(text, byteLength, pos, paint);
  /external/skia/src/utils/
SkProxyCanvas.cpp 127 void SkProxyCanvas::drawPosText(const void* text, size_t byteLength,
129 fProxy->drawPosText(text, byteLength, pos, paint);
  /external/webkit/Source/WebKit/android/plugins/
ANPCanvasInterface.cpp 139 canvas->skcanvas->drawPosText(text, byteLength,
193 ASSIGN(i, drawPosText);
  /external/skia/bench/
PicturePlaybackBench.cpp 97 : INHERITED(param, drawPosH ? "drawPosTextH" : "drawPosText")
126 canvas->drawPosText(text, len, pos, paint);
TextBench.cpp 111 // do that since it exercises different code in drawPosText.
117 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint);
  /external/skia/include/gpu/
SkGpuDevice.h 82 virtual void drawPosText(const SkDraw&, const void* text, size_t len,

Completed in 830 milliseconds

1 2 3 4