Home
last modified time | relevance | path

Searched refs:drawPosText (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/android/
DFontAndroid.cpp149 canvas->drawPosText(&glyphs[localIndex], in drawGlyphs()
165 canvas->drawPosText(&glyphs[localIndex], in drawGlyphs()
174 canvas->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, paint); in drawGlyphs()
/external/skia/src/gl/
DSkGLDevice_SWLayer.cpp64 void SkGLDevice_SWLayer::drawPosText(const SkDraw& draw, const void* text, size_t len, in drawPosText() function in SkGLDevice_SWLayer
67 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint); in drawPosText()
DSkGLDevice_SWLayer.h28 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
DSkGLDevice.h52 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
DSkGLDevice.cpp791 void SkGLDevice::drawPosText(const SkDraw& draw, const void* text, in drawPosText() function in SkGLDevice
802 this->INHERITED::drawPosText(myDraw, text, byteLength, pos, constY, in drawPosText()
/external/skia/src/core/
DSkDevice.cpp82 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len, in drawPosText() function in SkDevice
85 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint); in drawPosText()
DSkPictureRecord.h45 virtual void drawPosText(const void* text, size_t byteLength,
DSkCanvas.cpp1203 void SkCanvas::drawPosText(const void* text, size_t byteLength, in drawPosText() function in SkCanvas
1208 iter.fDevice->drawPosText(iter, text, byteLength, &pos->fX, 0, 2, in drawPosText()
1221 iter.fDevice->drawPosText(iter, text, byteLength, xpos, constY, 1, in drawPosTextH()
DSkPictureRecord.cpp268 void SkPictureRecord::drawPosText(const void* text, size_t byteLength, in drawPosText() function in SkPictureRecord
/external/skia/src/utils/
DSkProxyCanvas.cpp120 void SkProxyCanvas::drawPosText(const void* text, size_t byteLength, in drawPosText() function in SkProxyCanvas
122 fProxy->drawPosText(text, byteLength, pos, paint); in drawPosText()
DSkNWayCanvas.cpp218 void SkNWayCanvas::drawPosText(const void* text, size_t byteLength, in drawPosText() function in SkNWayCanvas
222 iter->drawPosText(text, byteLength, pos, paint); in drawPosText()
DSkDumpCanvas.cpp339 void SkDumpCanvas::drawPosText(const void* text, size_t byteLength, in drawPosText() function in SkDumpCanvas
/external/webkit/WebKit/android/plugins/
DANPCanvasInterface.cpp140 canvas->skcanvas->drawPosText(text, byteLength, in anp_drawPosText()
194 ASSIGN(i, drawPosText); in ANPCanvasInterfaceV0_Init()
Dandroid_npapi.h637 void (*drawPosText)(ANPCanvas*, const void* text, uint32_t byteLength, member
/external/skia/include/core/
DSkDevice.h117 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
DSkDraw.h52 void drawPosText(const char text[], size_t byteLength,
DSkCanvas.h534 virtual void drawPosText(const void* text, size_t byteLength,
/external/skia/include/utils/
DSkNWayCanvas.h51 virtual void drawPosText(const void* text, size_t byteLength,
DSkProxyCanvas.h63 virtual void drawPosText(const void* text, size_t byteLength,
DSkDumpCanvas.h91 virtual void drawPosText(const void* text, size_t byteLength,
/external/skia/bench/
DTextBench.cpp86 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint); in onDraw()
/external/webkit/WebCore/platform/graphics/chromium/
DFontLinux.cpp114 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint); in drawGlyphs()
134 canvas->drawPosText(glyphs, numGlyphs << 1, pos, paint); in drawGlyphs()
/external/webkit/WebKit/android/nav/
DFindCanvas.h128 virtual void drawPosText(const void* text, size_t byteLength,
DFindCanvas.cpp200 canvas->drawPosText(glyphs, countInBytes, points, paint); in addMatchPos()
251 void FindCanvas::drawPosText(const void* text, size_t byteLength, in drawPosText() function in android::FindCanvas
/external/webkit/WebKit/android/jni/
DPictureSet.cpp401 virtual void drawPosText(const void* , size_t byteLength, in drawPosText() function in android::IsEmptyCanvas

12