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

  /external/skqp/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 27 : fFirst(first)
48 SkRRect fFirst;
174 vec.fX = 1.0f - compute_rrect_normalized_dist(fFirst, curPt, fRadius);
221 const SkRRect& first() const { return fFirst; }
465 , fFirst(first)
469 fFirstMode = ComputeMode(fFirst);
475 , fFirst(that.fFirst)
499 return fFirst == edgeFP.fFirst &
    [all...]
SkDashPathEffect.cpp 292 results->fFirst.addRect(x - halfWidth, y - halfHeight,
  /external/skia/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 27 : fFirst(first)
48 SkRRect fFirst;
174 vec.fX = 1.0f - compute_rrect_normalized_dist(fFirst, curPt, fRadius);
221 const SkRRect& first() const { return fFirst; }
467 , fFirst(first)
471 fFirstMode = ComputeMode(fFirst);
477 , fFirst(that.fFirst)
501 return fFirst == edgeFP.fFirst &
    [all...]
SkDashPathEffect.cpp 292 results->fFirst.addRect(x - halfWidth, y - halfHeight,
  /external/skia/src/core/
SkRecordPattern.h 124 i = this->matchFirst(&fFirst, record, i);
141 template <typename T> T* first() { return fFirst.get(); }
170 First fFirst;
SkDraw.cpp 587 if (!pointData.fFirst.isEmpty()) {
589 device->drawPath(pointData.fFirst, newP);
591 this->drawPath(pointData.fFirst, newP);
    [all...]
  /external/skqp/src/core/
SkRecordPattern.h 124 i = this->matchFirst(&fFirst, record, i);
141 template <typename T> T* first() { return fFirst.get(); }
170 First fFirst;
SkDraw.cpp 582 if (!pointData.fFirst.isEmpty()) {
584 device->drawPath(pointData.fFirst, newP);
586 this->drawPath(pointData.fFirst, newP);
    [all...]
  /external/skia/include/core/
SkPathEffect.h 107 SkPath fFirst; // If not empty, contains geometry for first point
  /external/skia/include/gpu/gl/
GrGLTypes.h 67 GrGLuint fFirst;
  /external/skqp/include/core/
SkPathEffect.h 107 SkPath fFirst; // If not empty, contains geometry for first point
  /external/skqp/include/gpu/gl/
GrGLTypes.h 67 GrGLuint fFirst;
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java     [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 166 SResource *current = fFirst;
189 if (fFirst == NULL) {
190 fFirst = res;
197 SResource *current = fFirst;
219 fFirst = res;
244 if (fFirst == NULL) {
245 fFirst = res;
258 res->fNext = fFirst;
259 fFirst = res;
434 for (SResource *current = fFirst; current != NULL; current = current->fNext)
    [all...]
wrtjava.cpp 344 current = res->fFirst;
354 current = res->fFirst;
528 current = res->fFirst;
reslist.h 231 fCount(0), fFirst(NULL) {}
244 SResource *fFirst;
wrtxml.cpp 699 current = res->fFirst;
942 current = res->fFirst;
    [all...]
parse.cpp 669 SResource *current = list->fFirst;
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 593 : fFirst(first), fLast(last) {
594 SkASSERT(fFirst > 0);
599 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1;
606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {}
608 const SkGlyphID fFirst;
611 Iter begin() const { return Iter(fFirst, 0); }
612 Iter end() const { return Iter(fFirst, (int)fLast + 1); }
614 const SkGlyphID fFirst;
  /external/skqp/src/pdf/
SkPDFFont.cpp 593 : fFirst(first), fLast(last) {
594 SkASSERT(fFirst > 0);
599 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1;
606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {}
608 const SkGlyphID fFirst;
611 Iter begin() const { return Iter(fFirst, 0); }
612 Iter end() const { return Iter(fFirst, (int)fLast + 1); }
614 const SkGlyphID fFirst;

Completed in 1291 milliseconds