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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.h 34 #include "third_party/skia/include/core/SkPath.h"
38 class SkPath;
114 const SkPath& skPath() const { return m_path; }
126 SkPath m_path;
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 37 #include "SkPath.h"
660 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 37 #include "SkPath.h"
660 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
    [all...]

Completed in 865 milliseconds