OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrPathRendering.cpp
50
GrPathRange* GrPathRendering::
createGlyphs
(const SkTypeface* typeface,
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp
104
GrPathRange* GrGLPathRendering::
createGlyphs
(const SkTypeface* typeface,
108
return GrPathRendering::
createGlyphs
(typeface, desc, stroke);
121
return GrPathRendering::
createGlyphs
(typeface, NULL, stroke);
145
return GrPathRendering::
createGlyphs
(typeface, NULL, stroke);
Completed in 706 milliseconds