HomeSort by relevance Sort by last modified time
    Searched defs:drawPosTextH (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.cpp 119 void InspectorCanvas::drawPosTextH(const void*, size_t byteLength,
InstrumentedPlatformCanvas.h 246 virtual void drawPosTextH(const void* text, size_t byteLength,
251 SkCanvas::drawPosTextH(text, byteLength, xpos, constY, paint);
  /external/skia/src/utils/
SkProxyCanvas.cpp 120 void SkProxyCanvas::drawPosTextH(const void* text, size_t byteLength,
123 fProxy->drawPosTextH(text, byteLength, xpos, constY, paint);
SkDumpCanvas.cpp 348 void SkDumpCanvas::drawPosTextH(const void* text, size_t byteLength,
353 this->dump(kDrawText_Verb, &paint, "drawPosTextH(%s [%d] %g %g ...)",
SkNWayCanvas.cpp 237 void SkNWayCanvas::drawPosTextH(const void* text, size_t byteLength,
242 iter->drawPosTextH(text, byteLength, xpos, constY, paint);
SkDeferredCanvas.cpp 393 void SkDeferredCanvas::drawPosTextH(const void* text, size_t byteLength,
396 drawingCanvas()->drawPosTextH(text, byteLength, xpos, constY, paint);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RecordingContextCanvasProxy.h 82 virtual void drawPosTextH(const void* text, size_t byteLength,
  /external/skia/src/core/
SkPictureRecord.cpp 344 // check if the caller really should have used drawPosTextH()
400 void SkPictureRecord::drawPosTextH(const void* text, size_t byteLength,
SkCanvas.cpp     [all...]

Completed in 346 milliseconds