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

  /external/skia/src/gpu/
SkGrFontScaler.cpp 191 // we should just return const SkPath* (NULL means false)
192 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, SkPath* path) {
195 const SkPath* skPath = fStrike->findPath(glyph);
196 if (skPath) {
197 *path = *skPath;
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 583 void generatePath( const SkGlyph& glyph, SkPath* path);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 36 #include "SkPath.h"
614 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 48 #include "SkPath.h"
625 const SkPath* skPath = path.platformPath();
627 SkPath::Iter iter(*skPath, true);
628 SkPath::Verb verb;
629 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
631 case SkPath::kMove_Verb:
634 case SkPath::kLine_Verb:
637 case SkPath::kQuad_Verb
    [all...]

Completed in 80 milliseconds