Searched refs:fRight (Results 126 - 150 of 172) sorted by relevance

1234567

/external/skia/src/gpu/
H A DSkGpuDevice.cpp918 int tilesX = (srcRect.fRight / tileSize) - (srcRect.fLeft / tileSize) + 1;
1064 if (iRect->fRight > clamp.fRight) {
1065 iRect->fRight = clamp.fRight;
1170 srcRect.fRight >= width && srcRect.fBottom >= height) {
1447 SkScalarMul(srcRect.fRight, wInv),
H A DGrAtlasTextContext.cpp1276 r.fRight = r.fLeft + SkIntToScalar(width);
1393 position->set(positions.fRight, positions.fBottom);
1400 position->set(positions.fRight, positions.fTop);
1416 position->set(positions.fRight, positions.fBottom);
1421 position->set(positions.fRight, positions.fTop);
/external/skia/src/pdf/
H A DSkPDFShader.cpp783 domain->appendScalar(bbox.fRight);
896 patternBBox.fRight += width;
986 patternBBox.fRight = deviceBounds.width();
/external/skia/tests/
H A DMatrixTest.cpp128 dst.fRight += SK_Scalar1;
135 dst.fRight = src.fRight * 2;
/external/skia/bench/
H A DDashBench.cpp117 rect.fRight = rect.fLeft + SkIntToScalar(fWidth);
H A DMathBench.cpp258 float value = r.fLeft * 0 + r.fTop * 0 + r.fRight * 0 + r.fBottom * 0;
H A Dnanobench.cpp511 &fClip.fLeft, &fClip.fTop, &fClip.fRight, &fClip.fBottom)) {
799 fClip.fRight, fClip.fBottom).c_str());
/external/skia/gm/
H A Dtechtalk1.cpp62 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
/external/skia/src/animator/
H A DSkDisplayable.cpp421 rect->fRight= rect->fBottom = -SK_ScalarMax;
H A DSkDrawExtraPathEffect.cpp255 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
/external/skia/src/core/
H A DSkPicture.cpp312 info.fCullRect.fRight = stream->readScalar();
H A DSkPictureShader.cpp299 fPicture ? fPicture->cullRect().fRight : 0,
H A DSkClipStack.cpp425 SkScalarRoundToScalar(fFiniteBound.fRight),
H A DSkRegion_path.cpp509 edge[1].set(r.fRight, r.fTop, r.fBottom);
H A DSkTextBlob.cpp419 bounds.fRight += fontBounds.right();
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp390 fSrcRect.fLeft, fSrcRect.fTop, fSrcRect.fRight, fSrcRect.fBottom);
/external/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp158 rect.fRight - 0.5f, rect.fBottom - 0.5f);
H A DGrDashingEffect.cpp177 vertices[idx + 2].fPos = SkPoint::Make(rect.fRight, rect.fBottom);
178 vertices[idx + 3].fPos = SkPoint::Make(rect.fRight, rect.fTop);
229 verts[idx + 2] = SkPoint::Make(rect.fRight, rect.fBottom);
230 verts[idx + 3] = SkPoint::Make(rect.fRight, rect.fTop);
/external/skia/src/pathops/
H A DSkOpSegment.h221 return fBounds.fLeft == fBounds.fRight;
H A DSkPathOpsWinding.cpp70 return approximately_between((&rect.fLeft)[i], (&pt.fX)[i], (&rect.fRight)[i]);
H A DSkPathOpsDebug.cpp648 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp234 rect->right = r.fRight;
/external/skia/tools/
H A Drender_pictures_main.cpp197 picture->cullRect().fRight, picture->cullRect().fBottom,
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp140 srcRect->fRight * xScale + SK_Scalar1,
458 picture->cullRect().fRight, picture->cullRect().fBottom);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1109 { rect.fRight, rect.fTop },
1110 { rect.fRight, rect.fBottom },
1257 { r.fRight, r.fBottom },
1258 { r.fRight, r.fTop },
1408 SkScalarMul(SkIntToScalar(irect.fRight), ppuScale->fX),

Completed in 426 milliseconds

1234567