Searched refs:useRSX (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | drawatlas.cpp | 106 float baseline_offset, bool useRSX) { 121 if (useRSX) { 160 static void drawTextPath(SkCanvas* canvas, bool useRSX, bool doStroke) { in drawTextPath() argument 190 draw_text_on_path(canvas, text0, N, pos, path, paint, baseline_offset, useRSX); in drawTextPath()
|
/external/skqp/gm/ |
D | drawatlas.cpp | 106 float baseline_offset, bool useRSX) { 121 if (useRSX) { 153 static void drawTextPath(SkCanvas* canvas, bool useRSX, bool doStroke) { in drawTextPath() argument 182 draw_text_on_path(canvas, text0, N, pos, path, paint, baseline_offset, useRSX); in drawTextPath()
|