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

  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter.h 45 int fLeft, fTop;
SkScan_AntiPath.cpp 67 int fLeft;
86 const int left = clip.getBounds().fLeft;
89 fLeft = left;
170 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
362 fRealBlitter->blitV(ileft + fLeft, start_y, count,
377 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
543 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
547 x -= (fMask.fBounds.fLeft << SHIFT);
588 return r.fLeft > min && r.fTop > min &&
609 return overflows_short_shift(rect.fLeft, SHIFT)
    [all...]
SkGlyph.h 30 int16_t fTop, fLeft;
SkRegion.cpp 155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
305 runs[3] = bounds.fLeft;
382 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
620 int fLeft, fRite, fInside;
701 fLeft = left;
719 int left = rec.fLeft;
    [all...]
SkAAClip.cpp 41 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
481 fBounds.fLeft += leftZeros;
801 const int offsetX = bounds.fLeft;
842 int x = r.fLeft - offsetX;
845 int w = r.fRight - r.fLeft;
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
35 int width() const { return fRight - fLeft; }
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
43 fLeft = left;
50 fLeft = SkToS16(r.fLeft);
  /external/chromium_org/third_party/skia/include/views/animated/
SkBorderView.h 22 SkScalar getLeft() const { return fLeft; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIRect.h 21 GrGLint fLeft;
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
48 fLeft = glRect.fLeft + leftOffset;
57 SkASSERT(fLeft >= 0);
64 return fLeft <= glRect.fLeft &&
66 fLeft + fWidth >= glRect.fLeft + glRect.fWidth &
    [all...]
GrGLNameAllocator.cpp 129 : fLeft(left),
131 SkASSERT(fLeft.get());
137 // Try allocating the range inside fLeft's internal gaps.
138 fLeft.reset(fLeft->internalAllocate(outName));
144 if (fLeft->end() + 1 == fRight->first()) {
145 // It closed the gap between fLeft and fRight; merge.
148 *outName = fLeft->appendNames(1 + removedCount);
150 return fLeft.detach();
156 // There is guaranteed to be a gap between fLeft and fRight, and th
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
16 if (fLeft > pt.fX) {
17 fLeft = pt.fX;
31 return approximately_between(fLeft, pt.fX, fRight)
36 SkASSERT(fLeft <= fRight);
38 SkASSERT(r->fLeft <= r->fRight);
40 return r->fLeft <= fRight && fLeft <= r->fRight && r->fTop <= fBottom && fTop <= r->fBottom;
44 fLeft = fRight = pt.fX;
49 return fRight - fLeft;
    [all...]
  /external/chromium_org/skia/ext/
skia_utils_win.cc 16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1);
20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
  /external/chromium_org/third_party/icu/source/io/
uprintf.h 43 UBool fLeft; /* - flag */
  /external/icu/icu4c/source/io/
uprintf.h 43 UBool fLeft; /* - flag */
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
59 int left() const { return fLeft; }
65 int x() const { return fLeft; }
72 int width() const { return fRight - fLeft; }
87 int centerX() const { return (fRight + fLeft) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
103 bool isLargest() const { return SK_MinS32 == fLeft &&
117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
126 fLeft = left;
137 fLeft = x
    [all...]
SkRegion.h 185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
360 int fLeft, fRight;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 183 SkScalar fLeft;
502 int fLeft;
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 445 milliseconds