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

12

  /external/skia/src/core/
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...]
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();
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;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
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();
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;
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 183 SkScalar fLeft;
482 int fLeft;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 718 FX_FLOAT fLeft = rect.left;
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";
    [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.h 183 SkScalar fLeft;
482 int fLeft;
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 598 FX_FLOAT fLeft,fBottom;
599 IconFit.GetIconPosition(fLeft,fBottom);
601 vp << (FX_INT32)fLeft;
649 FX_FLOAT fLeft,fBottom;
650 IconFit.GetIconPosition(fLeft,fBottom);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2118 milliseconds

12