HomeSort by relevance Sort by last modified time
    Searched refs:drawTextAsPath (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextPathActivity.java 64 drawTextAsPath(canvas, "Hello", path);
67 drawTextAsPath(canvas, "OpenGL", path);
70 private void drawTextAsPath(Canvas canvas, String text, Path path) {
  /external/skia/src/gpu/
GrTextContext.h 76 void drawTextAsPath(const SkPaint& origPaint, const SkMatrix& viewMatrix,
GrTextContext.cpp 70 this->drawTextAsPath(skPaint, viewMatrix, text, byteLength, x, y, clipBounds);
149 void GrTextContext::drawTextAsPath(const SkPaint& skPaint, const SkMatrix& viewMatrix,
GrAtlasTextContext.cpp     [all...]

Completed in 226 milliseconds