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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter.h 45 int fLeft, fTop;
SkGlyph.h 30 int16_t fTop, fLeft;
SkScan_AntiPath.cpp 67 int fLeft;
86 const int left = clip.getBounds().fLeft;
89 fLeft = left;
147 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
519 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
523 x -= (fMask.fBounds.fLeft << SHIFT);
564 return r.fLeft > min && r.fTop > min &&
585 return overflows_short_shift(rect.fLeft, SHIFT)
    [all...]
  /external/skia/src/core/
SkSpriteBlitter.h 45 int fLeft, fTop;
SkGlyph.h 30 int16_t fTop, fLeft;
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
23 int width() const { return fRight - fLeft; }
26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
31 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/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
23 int width() const { return fRight - fLeft; }
26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
31 fLeft = SkToS16(r.fLeft);
  /external/skia/include/views/animated/
SkBorderView.h 22 SkScalar getLeft() const { return fLeft; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/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/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/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 156 void CPWL_Icon::GetIconPosition(FX_FLOAT & fLeft, FX_FLOAT & fBottom)
160 //m_pIconFit->GetIconPosition(fLeft,fBottom);
161 fLeft = 0.0f;
167 if (dwCount > 0) fLeft = pA->GetNumber(0);
173 fLeft = 0.0f;
249 FX_FLOAT fLeft,fBottom;
251 this->GetIconPosition(fLeft,fBottom);
269 x = (fPlateWidth - fImageFactWidth) * fLeft;
PWL_ListCtrl.cpp 78 FX_FLOAT fLeft = pChild->GetItemLeftMargin();
81 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth* 2 - fLeft - fRight);
110 FX_FLOAT fLeft = pChild->GetItemLeftMargin();
121 FX_FLOAT fItemHeight = pChild->GetItemHeight(fWidth - fLeft - fRight);
122 pChild->Move(CPDF_Rect(fLeft, fy-fItemHeight, fWidth - fRight, fy), TRUE, FALSE);
PWL_ScrollBar.cpp 1019 FX_FLOAT fLeft,fRight,fTop,fBottom;
1024 fLeft = TrueToFace(m_sData.fScrollPos);
1027 if (fRight - fLeft < PWL_SCROLLBAR_POSBUTTON_MINWIDTH)
1028 fRight = fLeft + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1033 fLeft = fRight - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1036 rcPosButton = CPDF_Rect(fLeft ,
    [all...]
  /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/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;

Completed in 801 milliseconds

1 2