HomeSort by relevance Sort by last modified time
    Searched refs:fLeft (Results 101 - 125 of 264) sorted by null

1 2 3 45 6 7 8 91011

  /external/skia/tests/
ReadPixelsTest.cpp 177 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,
PictureTest.cpp 394 REPORTER_ASSERT(reporter, 0 == info0.fBounds.fLeft && 0 == info0.fBounds.fTop);
403 REPORTER_ASSERT(reporter, kWidth/2.0 == info1.fBounds.fLeft &&
414 REPORTER_ASSERT(reporter, kWidth / 2 == info2.fBounds.fLeft && // translated
424 REPORTER_ASSERT(reporter, 0 == info3.fBounds.fLeft && 0 == info3.fBounds.fTop);
431 REPORTER_ASSERT(reporter, 0 == info4.fBounds.fLeft && 0 == info4.fBounds.fTop);
441 REPORTER_ASSERT(reporter, 0 == info5.fBounds.fLeft && 0 == info5.fBounds.fTop);
450 REPORTER_ASSERT(reporter, 10 == info6.fBounds.fLeft && 10 == info6.fBounds.fTop);
460 REPORTER_ASSERT(reporter, 0 == info7.fBounds.fLeft && 0 == info7.fBounds.fTop);
922 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
    [all...]
BlurTest.cpp 74 const int xOff = itest.fLeft - iref.fLeft;
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
144 testCanvas.translate(SkIntToScalar(-itest.fLeft),
180 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
PathTest.cpp 576 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fBottom - arcRect.fBottom);
579 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fTop - arcRect.fTop);
615 r.fLeft = rand.nextUScalar1() * 300;
617 r.fRight = r.fLeft + 2 * size;
642 r.fLeft = rand.nextUScalar1() * 300;
644 r.fRight = r.fLeft + 2 * size;
916 path->moveTo(r.fLeft, r.fTop);
919 path->lineTo(r.fLeft, r.fBottom)
    [all...]
  /frameworks/minikin/sample/
MinikinSkia.cpp 55 bounds->mLeft = skBounds.fLeft;
  /external/skia/gm/
variedtext.cpp 95 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
101 fPositions[i].fX = random.nextRangeScalar(safeRect.fLeft, safeRect.fRight);
conicpaths.cpp 109 canvas->translate(-bounds.fLeft, -bounds.fTop);
imagefiltersclipped.cpp 104 bounds.fLeft = SkIntToScalar(xOffset);
simpleaaclip.cpp 32 SK_Scalar1 * mask.fBounds.fLeft,
  /external/skia/samplecode/
SampleStrokePath.cpp 60 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
120 fPath.offset(-bounds.fLeft, -bounds.fTop);
SampleDitherBitmap.cpp 26 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
  /external/skia/src/core/
SkBitmapScaler.cpp 88 this->computeFilters(srcFullWidth, destSubset.fLeft, destSubset.width(),
91 destSubset.fLeft == destSubset.fTop &&
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 89 canvas.translate(SkIntToScalar(srcOffset.fX - bounds.fLeft),
96 offset->fX = bounds.fLeft;
SkBlurImageFilter.cpp 188 offset->fX = srcBounds.fLeft;
198 offset->fX = srcBounds.fLeft;
271 offset->fX = rect.fLeft;
  /external/skia/src/gpu/
GrFontScaler.cpp 110 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
119 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
GrRectBatch.cpp 135 positions->setRectFan(geom.fRect.fLeft, geom.fRect.fTop,
142 coords->setRectFan(geom.fLocalRect.fLeft, geom.fLocalRect.fTop,
GrDrawTarget.cpp 105 dstCopy->setOffset(copyRect.fLeft, copyRect.fTop);
383 if (clippedSrcRect->fLeft < 0) {
384 clippedDstPoint->fX -= clippedSrcRect->fLeft;
385 clippedSrcRect->fLeft = 0;
388 clippedSrcRect->fLeft -= clippedDstPoint->fX;
407 clippedSrcRect->fRight = clippedSrcRect->fLeft + dst->width() - clippedDstPoint->fX;
458 matrix.setTranslate(SkIntToScalar(clippedSrcRect.fLeft - clippedDstPoint.fX),
  /external/skia/src/utils/
SkLayer.cpp 218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
SkPatchUtils.cpp 245 FwDCubicEvaluator fLeft(pts);
256 fLeft.restart(lodY);
262 SkPoint left = fLeft.next(), right = fRight.next();
  /external/skia/tools/
filtermain.cpp 430 SkScalar newSrcLeft = dbmr->srcRect()->fLeft + clip2->rect().fLeft - dbmr->dstRect().fLeft;
546 newSrcLeft = dbmr->srcRect()->fLeft + clip->rect().fLeft - dbmr->dstRect().fLeft;
549 newSrcLeft = clip->rect().fLeft - dbmr->dstRect().fLeft;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 955 FX_FLOAT fLeft = rect.left;
974 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
975 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " "
976 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
986 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " m\n";
987 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
990 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " l S\n";
999 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " m\n";
1000 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " l\n"
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 558 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
560 *left = subRect.fLeft;
    [all...]
  /external/icu/icu4c/source/io/
uprintf.cpp 87 if(info->fLeft) {
  /external/skia/bench/
RegionBench.cpp 63 for (int x = r.fLeft; x < r.fRight; x += dx) {
  /external/skia/debugger/
SkDebugger.cpp 137 overview->appendScalar(this->pictureCull().fLeft);

Completed in 712 milliseconds

1 2 3 45 6 7 8 91011