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

  /external/chromium_org/third_party/skia/src/gpu/
GrPath.h 13 #include "SkPath.h"
21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
23 fSkPath(skPath),
25 fBounds(skPath.getBounds()) {
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) {
39 SkPath fSkPath;
SkGrFontScaler.cpp 193 // we should just return const SkPath* (NULL means false)
194 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, SkPath* path) {
197 const SkPath* skPath = fStrike->findPath(glyph);
198 if (skPath) {
199 *path = *skPath;
  /external/skia/src/gpu/
GrPath.h 13 #include "SkPath.h"
21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
23 fSkPath(skPath),
25 fBounds(skPath.getBounds()) {
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) {
39 SkPath fSkPath;
SkGrFontScaler.cpp 193 // we should just return const SkPath* (NULL means false)
194 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, SkPath* path) {
197 const SkPath* skPath = fStrike->findPath(glyph);
198 if (skPath) {
199 *path = *skPath;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h 35 #include "third_party/skia/include/core/SkPath.h"
39 class SkPath;
116 const SkPath& skPath() const { return m_path; }
130 SkPath m_path;
GraphicsContext.cpp 609 SkPath path;
653 drawOuterPath(focusRingPath.skPath(), paint, width);
654 drawInnerPath(focusRingPath.skPath(), paint, width);
674 SkPath path;
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 37 #include "SkPath.h"
655 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 37 #include "SkPath.h"
655 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 445 void drawPath(const GrPaint& paint, const SkPath& path, const SkStrokeRec& stroke);
    [all...]
  /external/skia/include/gpu/
GrContext.h 445 void drawPath(const GrPaint& paint, const SkPath& path, const SkStrokeRec& stroke);
    [all...]

Completed in 312 milliseconds