HomeSort by relevance Sort by last modified time
    Searched refs:skPath (Results 1 - 6 of 6) 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;
GraphicsContext.cpp 508 SkPath path;
554 drawOuterPath(focusRingPath.skPath(), paint, width);
555 drawInnerPath(focusRingPath.skPath(), paint, width);
575 SkPath path;
    [all...]
  /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...]