Searched refs:fLeft (Results 76 - 100 of 243) sorted by relevance

12345678910

/external/skia/tests/
H A DRTreeTest.cpp19 rect.fLeft = rand.nextRangeF(0, 1000);
H A DAAClipTest.cpp84 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
266 r0.fLeft, r0.fTop, r0.right(), r0.bottom(),
268 r1.fLeft, r1.fTop, r1.right(), r1.bottom(),
269 rgn2.getBounds().fLeft, rgn2.getBounds().fTop,
271 clip2.getBounds().fLeft, clip2.getBounds().fTop,
415 r.fLeft = 129.892181f;
H A DPathOpsTestCommon.cpp148 if (quad[1].fX < bounds.fLeft) {
149 quad[1].fX = bounds.fLeft;
256 if (SkScalarIsNaN(bounds.fLeft)) {
H A DReadPixelsTest.cpp177 int devx = bx + srcRect.fLeft;
355 bool success = canvas.readPixels(&bmp, srcRect.fLeft, srcRect.fTop);
367 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop,
384 checkRead(reporter, wkbmp, clippedRect.fLeft,
/external/skia/tools/
H A Dskpinfo.cpp63 info.fCullRect.fLeft, info.fCullRect.fTop,
/external/skia/include/core/
H A DSkRegion.h184 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
201 fBounds.fLeft <= left && fBounds.fTop <= top &&
359 int fLeft, fRight; member in class:SkRegion::Spanerator
/external/skia/samplecode/
H A DSampleArc.cpp119 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
120 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
121 canvas->drawLine(r.fLeft, r.centerY(), r.fRight, r.centerY(), p);
H A DSampleAAClip.cpp53 SK_Scalar1 * mask.fBounds.fLeft,
H A DSampleDegenerateTwoPtRadials.cpp19 SkScalar l = rect.fLeft;
H A DSampleStrokePath.cpp60 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
120 fPath.offset(-bounds.fLeft, -bounds.fTop);
/external/skia/src/gpu/effects/
H A DGrRRectEffect.cpp313 rect.fLeft += radius;
320 rect.fLeft -= 0.5f;
327 rect.fLeft -= 0.5f;
334 rect.fLeft += radius;
341 rect.fLeft += radius;
348 rect.fLeft += radius;
355 rect.fLeft -= 0.5f;
362 rect.fLeft += radius;
370 pdman.set4f(fInnerRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
616 rect.fLeft
[all...]
/external/skia/src/utils/
H A DSkDumpCanvas.cpp31 SkScalarToFloat(r.fLeft), SkScalarToFloat(r.fTop),
36 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
42 SkScalarToFloat(r.fLeft), SkScalarToFloat(r.fTop),
354 if (src && (src->fLeft > 0 || src->fTop > 0 ||
389 if (src && (src->fLeft > 0 || src->fTop > 0 ||
453 picture->cullRect().fLeft, picture->cullRect().fTop,
459 picture->cullRect().fLeft, picture->cullRect().fTop,
/external/skia/bench/
H A DPathBench.cpp244 fPoints[i].set(fRandom.nextRangeScalar(bounds->fLeft, bounds->fRight),
599 r.fLeft = rand.nextUScalar1() * 300;
601 r.fRight = r.fLeft + 2 * radius;
663 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fBottom - arcRect.fBottom);
666 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fTop - arcRect.fTop);
703 r.fLeft = rand.nextUScalar1() * 300;
705 r.fRight = r.fLeft + 2 * size;
780 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBound
[all...]
/external/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 DSkAAClip.h65 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
H A DSkGlyph.h44 int16_t fTop, fLeft; member in class:SkGlyph
H A DSkScan.cpp15 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp130 x = SkPin32(x, bounds.fLeft, bounds.fRight - 1);
154 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) {
172 SkPMColor* dptr = result->getAddr32(rect.fLeft - bounds.fLeft, y - bounds.fTop);
173 for (int x = rect.fLeft; x < rect.fRight; ++x) {
298 offset->fX = bounds.fLeft;
H A DSkDashPathEffect.cpp97 if (maxX <= bounds.fLeft || minX >= bounds.fRight) {
105 if (minX < bounds.fLeft) {
106 minX = bounds.fLeft - SkScalarMod(bounds.fLeft - minX, intervalLength);
H A DSkRectShaderImageFilter.cpp77 offset->fX = bounds.fLeft;
/external/skia/src/fonts/
H A DSkGScalerContext.cpp108 glyph->fLeft = ibounds.fLeft;
126 canvas.translate(-SkIntToScalar(glyph.fLeft),
H A DSkTestScalerContext.cpp242 glyph->fLeft = ibounds.fLeft;
259 canvas.translate(-SkIntToScalar(glyph.fLeft),
/external/skia/src/gpu/
H A DGrSWMaskHelper.cpp171 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
361 SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft,
371 maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
/external/skia/gm/
H A Dpictureimagefilter.cpp91 canvas->translate(-srcRect.fLeft, -srcRect.fTop);
H A Dvariedtext.cpp95 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
101 fPositions[i].fX = random.nextRangeScalar(safeRect.fLeft, safeRect.fRight);

Completed in 439 milliseconds

12345678910