HomeSort by relevance Sort by last modified time
    Searched refs:fPath (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/skia/src/animator/
SkDrawPath.h 39 SkPath fPath;
SkPathParts.h 31 SkDrawPath* fPath;
  /external/skia/src/utils/
SkParsePath.cpp 156 if (fPath.isEmpty() && (f.fX != 0 || f.fY != 0)) {
158 fPath.moveTo(c);
159 fPath.lineTo(f);
160 fPath.close();
  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 21 SkPath* fPath;
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 22 fPath.reset();
23 fPath.addRect(fRect);
24 fPath.setFillType(SkPath::kInverseWinding_FillType);
28 fPath.toggleInverseFillType();
39 SkASSERT(fPath.isEmpty());
275 fFiniteBound = fPath.getBounds();
277 if (fPath.isInverseFillType()) {
554 if (!SkRect::Intersects(element->fPath.getBounds(), rect)) {
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
SkGlyphCache.cpp 121 SkPath* path = (*gptr)->fPath;
351 if (glyph.fPath == NULL) {
352 const_cast<SkGlyph&>(glyph).fPath = SkNEW(SkPath);
353 fScalerContext->getPath(glyph, glyph.fPath);
355 glyph.fPath->countPoints() * sizeof(SkPoint);
358 return glyph.fPath;
SkPathMeasure.cpp 344 fPath = NULL;
351 fPath = &path;
364 fPath = path;
377 if (fPath == NULL) {
423 if (NULL == fPath) {
450 if (NULL == fPath) {
  /external/skia/src/core/
SkClipStack.cpp 22 fPath.reset();
23 fPath.addRect(fRect);
24 fPath.setFillType(SkPath::kInverseWinding_FillType);
28 fPath.toggleInverseFillType();
39 SkASSERT(fPath.isEmpty());
275 fFiniteBound = fPath.getBounds();
277 if (fPath.isInverseFillType()) {
554 if (!SkRect::Intersects(element->fPath.getBounds(), rect)) {
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
SkGlyphCache.cpp 121 SkPath* path = (*gptr)->fPath;
351 if (glyph.fPath == NULL) {
352 const_cast<SkGlyph&>(glyph).fPath = SkNEW(SkPath);
353 fScalerContext->getPath(glyph, glyph.fPath);
355 glyph.fPath->countPoints() * sizeof(SkPoint);
358 return glyph.fPath;
SkPathMeasure.cpp 344 fPath = NULL;
351 fPath = &path;
364 fPath = path;
377 if (fPath == NULL) {
423 if (NULL == fPath) {
450 if (NULL == fPath) {
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 103 SkAutoTUnref<const GrPath> fPath;
110 SkAutoTUnref<const GrPath> fPath;
GrBitmapTextContext.cpp 186 if (NULL == glyph->fPath) {
193 glyph->fPath = path;
203 fContext->drawPath(tmpPaint, *glyph->fPath, stroke);
GrDistanceFieldTextContext.cpp 183 if (NULL == glyph->fPath) {
190 glyph->fPath = path;
199 fContext->drawPath(tmpPaint, *glyph->fPath, stroke);
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 103 SkAutoTUnref<const GrPath> fPath;
110 SkAutoTUnref<const GrPath> fPath;
GrBitmapTextContext.cpp 186 if (NULL == glyph->fPath) {
193 glyph->fPath = path;
203 fContext->drawPath(tmpPaint, *glyph->fPath, stroke);
GrDistanceFieldTextContext.cpp 183 if (NULL == glyph->fPath) {
190 glyph->fPath = path;
199 fContext->drawPath(tmpPaint, *glyph->fPath, stroke);
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 116 SkString fPath, fSuffix;
SkPathEffect.h 95 SkPath fPath; // 'stamp' to be used at each point (if kUsePath is set)
  /external/chromium_org/third_party/skia/src/animator/
SkPathParts.h 31 SkDrawPath* fPath;
  /external/skia/gm/
strokes.cpp 81 SkPath fPath;
85 fPath.moveTo(0, 0);
89 fPath.lineTo(x, y);
129 canvas->drawPath(fPath, paint);
  /external/skia/include/core/
SkOSFile.h 116 SkString fPath, fSuffix;
SkPathEffect.h 95 SkPath fPath; // 'stamp' to be used at each point (if kUsePath is set)
  /external/skia/bench/
AAClipBench.cpp 176 SkPath fPath;
193 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20));
205 clip.setPath(fPath, &fRegion, fDoAA);
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 52 pathkey.pointer = b->fPath;
63 path1.pointer = b1->fPath;
64 path2.pointer = b2->fPath;
149 if(entry->fPath != NULL) {
150 uprv_free(entry->fPath);
239 resB->fPath?resB->fPath:"NULL",
342 find.fPath = (char *)path;
368 r->fPath = (char *)uprv_strdup(path);
369 if(r->fPath == NULL)
    [all...]
  /external/icu4c/common/
uresbund.cpp 53 pathkey.pointer = b->fPath;
64 path1.pointer = b1->fPath;
65 path2.pointer = b2->fPath;
150 if(entry->fPath != NULL) {
151 uprv_free(entry->fPath);
240 resB->fPath?resB->fPath:"NULL",
340 find.fPath = (char *)path;
366 r->fPath = (char *)uprv_strdup(path);
367 if(r->fPath == NULL)
    [all...]

Completed in 187 milliseconds

1 23 4