OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drawtextaspath
(Results
1 - 6
of
6
) 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/text/
GrTextUtils.h
71
static void
DrawTextAsPath
(GrContext*, GrDrawContext*, const GrClip& clip,
GrAtlasTextContext.cpp
325
GrTextUtils::
DrawTextAsPath
(context, dc, clip, skPaint, viewMatrix, text, byteLength, x, y,
GrTextUtils.cpp
466
void GrTextUtils::
DrawTextAsPath
(GrContext* context, GrDrawContext* dc,
GrAtlasTextBlob.cpp
384
GrTextUtils::
DrawTextAsPath
(context, dc, clip, runPaint, viewMatrix,
GrStencilAndCoverTextContext.cpp
98
GrTextUtils::
DrawTextAsPath
(context, dc, clip, skPaint, viewMatrix, text, byteLength, x, y,
Completed in 85 milliseconds