HomeSort by relevance Sort by last modified time
    Searched refs:fLeft (Results 251 - 275 of 618) sorted by null

<<11121314151617181920>>

  /external/skia/samplecode/
SampleStrokePath.cpp 61 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
121 fPath.offset(-bounds.fLeft, -bounds.fTop);
  /external/skia/src/core/
SkCoverageDelta.h 55 int left() const { return fBounds.fLeft; }
170 SkASSERT(x >= fBounds.fLeft - PADDING && x < fBounds.fRight + PADDING);
SkScan_AntiPath.cpp 64 int fLeft;
95 fLeft = left;
173 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
361 fRealBlitter->blitV(ileft + fLeft, start_y, count,
376 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
546 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
550 x -= SkLeftShift(fMask.fBounds.fLeft, SHIFT);
755 return overflows_short_shift(rect.fLeft, shift) |
SkSpriteBlitter_RGB565.cpp 44 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
SkSpecialImage.cpp 178 SkASSERT(0 == rect.fLeft && 0 == rect.fRight && 0 == rect.fTop && 0 == rect.fBottom);
182 return rect.fLeft >= 0 && rect.fLeft < width && rect.fLeft < rect.fRight &&
487 0 == subset->fLeft && 0 == subset->fTop &&
  /external/skia/src/effects/imagefilters/
SkDropShadowImageFilter.cpp 105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
112 offset->fX = bounds.fLeft;
SkTileImageFilter.cpp 113 canvas->translate(-dstRect.fLeft, -dstRect.fTop);
115 offset->fX = dstIRect.fLeft;
SkMatrixConvolutionImageFilter.cpp 143 x = SkTPin(x, bounds.fLeft, bounds.fRight - 1);
167 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) {
186 SkPMColor* dptr = result->getAddr32(rect.fLeft - offset.fX, y - offset.fY);
187 for (int x = rect.fLeft; x < rect.fRight; ++x) {
401 offset->fX = dstBounds.fLeft;
  /external/skia/src/gpu/
GrTextureOpList.cpp 69 clippedBounds.fLeft, clippedBounds.fTop, clippedBounds.fRight,
222 op->bounds().fLeft, op->bounds().fRight,
  /external/skia/tests/
PathOpsTightBoundsTest.cpp 94 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x);
PictureTest.cpp 395 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
405 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
415 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
424 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
436 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
446 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft);
467 REPORTER_ASSERT(reporter, 0 == finalCullRect.fLeft);
474 REPORTER_ASSERT(reporter, 0 == bbhCullRect.fLeft);
  /external/skqp/gm/
arcto.cpp 60 svgArc.moveTo(oval.fLeft, oval.fTop);
66 svgArc.moveTo(oval.fLeft + 100, oval.fTop + 100);
variedtext.cpp 89 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
95 fPositions[i].fX = random.nextRangeScalar(safeRect.fLeft, safeRect.fRight);
  /external/skqp/samplecode/
SampleStrokePath.cpp 61 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
121 fPath.offset(-bounds.fLeft, -bounds.fTop);
  /external/skqp/src/core/
SkCoverageDelta.h 55 int left() const { return fBounds.fLeft; }
170 SkASSERT(x >= fBounds.fLeft - PADDING && x < fBounds.fRight + PADDING);
SkScan_AntiPath.cpp 64 int fLeft;
95 fLeft = left;
173 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
361 fRealBlitter->blitV(ileft + fLeft, start_y, count,
376 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
546 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
550 x -= SkLeftShift(fMask.fBounds.fLeft, SHIFT);
755 return overflows_short_shift(rect.fLeft, shift) |
SkSpriteBlitter_RGB565.cpp 44 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
SkSpecialImage.cpp 176 SkASSERT(0 == rect.fLeft && 0 == rect.fRight && 0 == rect.fTop && 0 == rect.fBottom);
180 return rect.fLeft >= 0 && rect.fLeft < width && rect.fLeft < rect.fRight &&
486 0 == subset->fLeft && 0 == subset->fTop &&
  /external/skqp/src/effects/imagefilters/
SkDropShadowImageFilter.cpp 105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
112 offset->fX = bounds.fLeft;
SkTileImageFilter.cpp 113 canvas->translate(-dstRect.fLeft, -dstRect.fTop);
115 offset->fX = dstIRect.fLeft;
SkMatrixConvolutionImageFilter.cpp 143 x = SkTPin(x, bounds.fLeft, bounds.fRight - 1);
167 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) {
186 SkPMColor* dptr = result->getAddr32(rect.fLeft - offset.fX, y - offset.fY);
187 for (int x = rect.fLeft; x < rect.fRight; ++x) {
401 offset->fX = dstBounds.fLeft;
  /external/skqp/src/gpu/
GrTextureOpList.cpp 67 clippedBounds.fLeft, clippedBounds.fTop, clippedBounds.fRight,
220 op->bounds().fLeft, op->bounds().fRight,
  /external/skqp/tests/
PathOpsTightBoundsTest.cpp 94 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x);
PictureTest.cpp 395 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
405 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
415 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
424 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
436 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
446 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft);
467 REPORTER_ASSERT(reporter, 0 == finalCullRect.fLeft);
474 REPORTER_ASSERT(reporter, 0 == bbhCullRect.fLeft);
  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 213 delta = SkTMin(SkTMax(clipRect.fLeft - positionRect.fLeft, 0), positionRectWidth);
215 positionRect.fLeft += delta;
237 currPosition->fX = positionRect.fLeft;
246 currPosition->fX = positionRect.fLeft;

Completed in 5098 milliseconds

<<11121314151617181920>>