HomeSort by relevance Sort by last modified time
    Searched defs:drawTextAsPath (Results 1 - 2 of 2) 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.cpp 70 this->drawTextAsPath(skPaint, viewMatrix, text, byteLength, x, y, clipBounds);
149 void GrTextContext::drawTextAsPath(const SkPaint& skPaint, const SkMatrix& viewMatrix,

Completed in 37 milliseconds