Searched defs:fLeft (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkGlyph.h30 int16_t fTop, fLeft; member in struct:SkGlyph
H A DSkScan_AntiPath.cpp67 int fLeft; member in class:BaseSuperBlitter
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, SHIF
[all...]
/external/skia/src/core/
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkGlyph.h30 int16_t fTop, fLeft; member in struct:SkGlyph
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
H A DSkBorderView.h22 SkScalar getLeft() const { return fLeft; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
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/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
H A DSkBorderView.h22 SkScalar getLeft() const { return fLeft; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/skia/src/pathops/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
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/
H A Dskia_utils_win.cc16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1);
20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); member in namespace:__anon10051
/external/chromium_org/third_party/icu/source/io/
H A Duprintf.h43 UBool fLeft; /* - flag */ member in struct:u_printf_spec_info
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIRect.h21 GrGLint fLeft; member in struct:GrGLIRect
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
[all...]
H A DGrGLNameAllocator.cpp129 : 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 an
266 SkAutoTUnref<SparseNameRange> fLeft; member in class:GrGLNameAllocator::SparseNameTree
[all...]
/external/icu/icu4c/source/io/
H A Duprintf.h43 UBool fLeft; /* - flag */ member in struct:u_printf_spec_info
/external/skia/src/gpu/gl/
H A DGrGLIRect.h21 GrGLint fLeft; member in struct:GrGLIRect
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
[all...]
H A DGrGLNameAllocator.cpp129 : 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 an
266 SkAutoTUnref<SparseNameRange> fLeft; member in class:GrGLNameAllocator::SparseNameTree
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp78 FX_FLOAT fLeft = pChild->GetItemLeftMargin(); local
81 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth* 2 - fLeft - fRight);
110 FX_FLOAT fLeft = pChild->GetItemLeftMargin(); local
121 FX_FLOAT fItemHeight = pChild->GetItemHeight(fWidth - fLeft - fRight);
122 pChild->Move(CPDF_Rect(fLeft, fy-fItemHeight, fWidth - fRight, fy), TRUE, FALSE);
H A DPWL_Icon.cpp156 void CPWL_Icon::GetIconPosition(FX_FLOAT & fLeft, FX_FLOAT & fBottom) argument
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; local
251 this->GetIconPosition(fLeft,fBottom);
269 x = (fPlateWidth - fImageFactWidth) * fLeft;
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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
[all...]
H A DSkRegion.h185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
360 int fLeft, fRight; member in class:SkRegion::Spanerator
/external/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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
[all...]
H A DSkRegion.h185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
360 int fLeft, fRight; member in class:SkRegion::Spanerator
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp697 void CPDF_IconFit::GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom) argument
699 fLeft = fBottom = 0.5;
707 fLeft = pA->GetNumber(0);

Completed in 2476 milliseconds

12