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

12

/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:__anon10683
/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/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/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
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/core/
H A DSkAAClip.cpp41 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;
1247 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1257 fLeft = builder->getBounds().fLeft;
1325 if (x < fLeft) {
1351 int fLeft; // cache of builder's bounds' left edge member in class:SkAAClip::BuilderBlitter
1494 int fLeft; member in class:RowIter
[all...]
H A DSkGlyph.h30 int16_t fTop, fLeft; member in struct:SkGlyph
H A DSkRegion.cpp155 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; member in struct:spanRec
701 fLeft = left;
719 int left = rec.fLeft;
1223 bounds->fLeft
[all...]
H A DSkScan_AntiPath.cpp67 int fLeft; member in class:BaseSuperBlitter
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, SHIF
[all...]
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
/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/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/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h183 SkScalar fLeft; member in class:SkDrawBitmapCommand
502 int fLeft; member in class:SkDrawSpriteCommand
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126160 float fLeft = aDistance[aLeft[iLeft]]; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1892 float fLeft = aDistance[aLeft[iLeft]]; local
1894 if( fLeft<fRight ){
/external/icu/icu4c/source/io/
H A Duprintf.h43 UBool fLeft; /* - flag */ member in struct:u_printf_spec_info
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp718 FX_FLOAT fLeft = rect.left; local
730 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
731 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " "
732 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
741 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " m\n";
742 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
745 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " l S\n";
753 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " m\n";
754 sAppStream << fLeft
[all...]
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);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp3027 FX_FLOAT fLeft = -1.0f; local
3036 if (fLeft < 0)
3039 fLeft = rcAnnot.left;
3041 else if (rcAnnot.left < fLeft)
3044 fLeft = rcAnnot.left;
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp598 FX_FLOAT fLeft,fBottom; local
599 IconFit.GetIconPosition(fLeft,fBottom);
601 vp << (FX_INT32)fLeft;
649 FX_FLOAT fLeft,fBottom; local
650 IconFit.GetIconPosition(fLeft,fBottom);
/external/pdfium/fpdfsdk/src/pdfwindow/
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;
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_ScrollBar.cpp1019 FX_FLOAT fLeft,fRight,fTop,fBottom; local
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 ,

Completed in 630 milliseconds

12