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

12

/external/skia/src/core/
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...]
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 DSkAAClip.cpp41 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
441 fBounds.fLeft += leftZeros;
733 const int offsetX = bounds.fLeft;
774 int x = r.fLeft - offsetX;
777 int w = r.fRight - r.fLeft;
1179 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1189 fLeft = builder->getBounds().fLeft;
1257 if (x < fLeft) {
1283 int fLeft; // cache of builder's bounds' left edge member in class:SkAAClip::BuilderBlitter
1426 int fLeft; member in class:RowIter
[all...]
/external/chromium_org/third_party/skia/src/core/
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 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...]
/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/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...]
/external/pdfium/fpdfsdk/src/pdfwindow/
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 ,
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h183 SkScalar fLeft; member in class:SkDrawBitmapCommand
482 int fLeft; member in class:SkDrawSpriteCommand
/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/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1892 float fLeft = aDistance[aLeft[iLeft]]; local
1894 if( fLeft<fRight ){
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126160 float fLeft = aDistance[aLeft[iLeft]]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146645 RtreeDValue fLeft = aDistance[aLeft[iLeft]]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146677 RtreeDValue fLeft = aDistance[aLeft[iLeft]]; local
[all...]

Completed in 3742 milliseconds

12