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

1 2

  /external/skia/src/gl/
SkGLDevice_SWLayer.cpp 64 void SkGLDevice_SWLayer::drawPosText(const SkDraw& draw, const void* text, size_t len,
67 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint);
SkGLDevice_SWLayer.h 28 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
SkGLDevice.h 52 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
  /external/skia/src/core/
SkDevice.cpp 82 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len,
85 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint);
SkPictureRecord.h 45 virtual void drawPosText(const void* text, size_t byteLength,
SkCanvas.cpp     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 92 canvas.drawPosText(chars, 0, 256, mPos, mBigCharPaint);
TextAlign.java 129 canvas.drawPosText(POSTEXT, pos, p);
133 canvas.drawPosText(POSTEXT, pos, p);
137 canvas.drawPosText(POSTEXT, pos, p);
  /external/skia/include/core/
SkDevice.h 117 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
SkDraw.h 52 void drawPosText(const char text[], size_t byteLength,
SkCanvas.h 534 virtual void drawPosText(const void* text, size_t byteLength,
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 149 canvas->drawPosText(&glyphs[localIndex],
165 canvas->drawPosText(&glyphs[localIndex],
174 canvas->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, paint);
  /external/skia/include/utils/
SkNWayCanvas.h 51 virtual void drawPosText(const void* text, size_t byteLength,
SkDumpCanvas.h 91 virtual void drawPosText(const void* text, size_t byteLength,
SkProxyCanvas.h 63 virtual void drawPosText(const void* text, size_t byteLength,
  /external/skia/src/utils/
SkProxyCanvas.cpp 120 void SkProxyCanvas::drawPosText(const void* text, size_t byteLength,
122 fProxy->drawPosText(text, byteLength, pos, paint);
SkNWayCanvas.cpp 218 void SkNWayCanvas::drawPosText(const void* text, size_t byteLength,
222 iter->drawPosText(text, byteLength, pos, paint);
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 140 canvas->skcanvas->drawPosText(text, byteLength,
194 ASSIGN(i, drawPosText);
android_npapi.h 637 void (*drawPosText)(ANPCanvas*, const void* text, uint32_t byteLength,
    [all...]
  /external/skia/bench/
TextBench.cpp 86 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint);
  /external/webkit/WebKit/android/nav/
FindCanvas.h 128 virtual void drawPosText(const void* text, size_t byteLength,
FindCanvas.cpp 200 canvas->drawPosText(glyphs, countInBytes, points, paint);
251 void FindCanvas::drawPosText(const void* text, size_t byteLength,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java     [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 114 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint);
134 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java     [all...]

Completed in 1896 milliseconds

1 2