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

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/
croppedrects.cpp 84 path.moveTo(kSrcImageClip.fLeft - kSrcImageClip.width(), kSrcImageClip.centerY());
filterfastbounds.cpp 56 path.moveTo(r.fLeft, r.fTop);
57 path.lineTo(r.fLeft, r.fBottom);
65 SkPoint pts0[2] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
66 SkPoint pts1[2] = { { r.fLeft, r.fBottom }, { r.fRight, r.fTop } };
imagefiltersstroked.cpp 42 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, paint);
shadermaskfilter.cpp 39 { r.fLeft, r.fTop }, { r.fRight, r.fBottom },
125 pathA->moveTo(r.fLeft, r.fBottom);
128 pathB->moveTo(r.fLeft, r.fTop);
130 pathB->lineTo(r.fLeft, r.fBottom);
trickycubicstrokes.cpp 32 bounds.fLeft = SkTMin(SkTMin(P[0].x(), P[1].x()), SkTMin(P[2].x(), P[3].x()));
  /external/skia/modules/sksg/include/
SkSGRect.h 30 SG_ATTRIBUTE(L, SkScalar, fRect.fLeft )
  /external/skia/samplecode/
SampleAAClip.cpp 52 SK_Scalar1 * mask.fBounds.fLeft,
SampleDegenerateTwoPtRadials.cpp 19 SkScalar l = rect.fLeft;
  /external/skia/src/core/
SkAAClip.h 65 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
SkBlitter_A8.cpp 75 int x = clip.fLeft;
SkMask.cpp 112 addr += (x - fBounds.fLeft) << maskFormatToShift(fFormat);
SkScan.cpp 20 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
  /external/skia/src/effects/
SkDashPathEffect.cpp 102 if (maxX <= bounds.fLeft || minX >= bounds.fRight) {
110 if (minX < bounds.fLeft) {
111 minX = bounds.fLeft - SkScalarMod(bounds.fLeft - minX, intervalLength);
  /external/skia/src/gpu/ccpr/
GrCCPathProcessor.h 118 fDevBounds.setLTRB(devBounds.fRight, devBounds.fTop, devBounds.fLeft, devBounds.fBottom);
  /external/skia/src/gpu/effects/
GrRectBlurEffect.h 73 if (SkScalarAbs(rect.fLeft) > 16000.f || SkScalarAbs(rect.fTop) > 16000.f ||
  /external/skia/src/gpu/mtl/
GrMtlCopyManager.mm 169 float sx0 = (float)srcRect.fLeft;
170 float sx1 = (float)(srcRect.fLeft + w);
  /external/skia/src/gpu/ops/
GrClearOp.h 40 string.appendf("L: %d, T: %d, R: %d, B: %d", r.fLeft, r.fTop, r.fRight, r.fBottom);
GrShadowRRectOp.cpp 246 fGeoData[i].fColor, fGeoData[i].fDevBounds.fLeft, fGeoData[i].fDevBounds.fTop,
424 SkScalar xInner[4] = { bounds.fLeft + umbraInset, bounds.fRight - umbraInset,
425 bounds.fLeft + umbraInset, bounds.fRight - umbraInset };
426 SkScalar xMid[4] = { bounds.fLeft + outerRadius, bounds.fRight - outerRadius,
427 bounds.fLeft + outerRadius, bounds.fRight - outerRadius };
428 SkScalar xOuter[4] = { bounds.fLeft, bounds.fRight,
429 bounds.fLeft, bounds.fRight };
510 (*verts)->fPos = SkPoint::Make(bounds.fLeft + inset, bounds.fTop + inset);
524 (*verts)->fPos = SkPoint::Make(bounds.fLeft + inset, bounds.fBottom - inset);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 411 canvas.translate(-glyph.fLeft, -glyph.fTop);
493 if (ftGlyph.bitmap_left < mask.fBounds.fLeft) {
494 int32_t leftDiff = mask.fBounds.fLeft - ftGlyph.bitmap_left;
497 ftGlyph.bitmap_left = mask.fBounds.fLeft;
503 if (mask.fBounds.fLeft < ftGlyph.bitmap_left) {
504 mask.fImage += sizeof(uint16_t) * (ftGlyph.bitmap_left - mask.fBounds.fLeft);
505 mask.fBounds.fLeft = ftGlyph.bitmap_left;
520 mask.fBounds.fRight = mask.fBounds.fLeft + ftGlyph.bitmap.width / ftHoriScale;
632 canvas.translate(-glyph.fLeft, -glyph.fTop);
  /external/skia/tests/
RTreeTest.cpp 19 rect.fLeft = rand.nextRangeF(0, 1000);
SpecialSurfaceTest.cpp 38 REPORTER_ASSERT(reporter, offset == surfSubset.fLeft);
TracingTest.cpp 66 fRect.fLeft, fRect.fTop, fRect.fRight, fRect.fBottom);
  /external/skqp/gm/
croppedrects.cpp 84 path.moveTo(kSrcImageClip.fLeft - kSrcImageClip.width(), kSrcImageClip.centerY());
filterfastbounds.cpp 56 path.moveTo(r.fLeft, r.fTop);
57 path.lineTo(r.fLeft, r.fBottom);
65 SkPoint pts0[2] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
66 SkPoint pts1[2] = { { r.fLeft, r.fBottom }, { r.fRight, r.fTop } };
imagefiltersstroked.cpp 42 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, paint);

Completed in 3140 milliseconds

1 2 3 4 5 6 7 891011>>