HomeSort by relevance Sort by last modified time
    Searched refs:fLeft (Results 126 - 150 of 311) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/gm/
variedtext.cpp 91 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
97 fPositions[i].fX = random.nextRangeScalar(safeRect.fLeft, safeRect.fRight);
pathmaskcache.cpp 40 canvas->translate(-bounds.fLeft, -bounds.fTop);
simpleaaclip.cpp 33 SK_Scalar1 * mask.fBounds.fLeft,
  /external/skia/samplecode/
SampleStrokePath.cpp 59 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
119 fPath.offset(-bounds.fLeft, -bounds.fTop);
SampleRegion.cpp 72 { bounds.fLeft, y },
157 dst->fLeft = (int)::roundf(src.fLeft * scale);
SampleSVGPong.cpp 56 const SkScalar edge = spd.fX > 0 ? box.fRight : box.fLeft;
246 if (fBall.pos.fX < kBounds.fLeft || fBall.pos.fX >= kBounds.fRight) {
249 fBall.pos.fX = box_reflect(fBall.pos.fX, kBounds.fLeft, kBounds.fRight);
  /external/skia/src/core/
SkBitmapScaler.cpp 87 this->computeFilters(srcFullWidth, destSubset.fLeft, destSubset.width(),
90 destSubset.fLeft == destSubset.fTop &&
SkScanPriv.h 83 return r.fLeft > min && r.fTop > min &&
104 return overflows_short_shift(rect.fLeft, shift) |
SkSpriteBlitter_RGB565.cpp 43 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
131 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
SkSpecialImage.cpp 174 SkASSERT(0 == rect.fLeft && 0 == rect.fRight && 0 == rect.fTop && 0 == rect.fBottom);
178 return rect.fLeft >= 0 && rect.fLeft < width && rect.fLeft < rect.fRight &&
459 0 == subset->fLeft && 0 == subset->fTop &&
SkScan_AAAPath.cpp 184 fRow = fMask.fImage + (y - fMask.fBounds.fTop) * fMask.fRowBytes - fMask.fBounds.fLeft;
233 SkASSERT(x >= fMask.fBounds.fLeft -1);
238 SkASSERT(x >= fMask.fBounds.fLeft -1);
249 SkASSERT(x >= fMask.fBounds.fLeft -1);
260 SkASSERT(x >= fMask.fBounds.fLeft -1);
305 int fLeft;
358 fRealBlitter->blitAntiH(fLeft, fCurrY, fRuns.fAlpha, fRuns.fRuns);
392 fLeft = left;
416 x -= fLeft;
444 x -= fLeft;
    [all...]
SkRegionPriv.h 237 bounds->fLeft = left;
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 102 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
109 offset->fX = bounds.fLeft;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 444 if (ftGlyph.bitmap_left < mask.fBounds.fLeft) {
445 int32_t leftDiff = mask.fBounds.fLeft - ftGlyph.bitmap_left;
448 ftGlyph.bitmap_left = mask.fBounds.fLeft;
454 if (mask.fBounds.fLeft < ftGlyph.bitmap_left) {
455 mask.fImage += sizeof(uint16_t) * (ftGlyph.bitmap_left - mask.fBounds.fLeft);
456 mask.fBounds.fLeft = ftGlyph.bitmap_left;
471 mask.fBounds.fRight = mask.fBounds.fLeft + ftGlyph.bitmap.width / ftHoriScale;
583 canvas.translate(-glyph.fLeft, -glyph.fTop);
  /external/skia/tests/
PathOpsTightBoundsTest.cpp 94 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x);
PathOpsExtendedTest.cpp 216 larger.fLeft *= hScale;
220 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger.fLeft
237 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
241 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
297 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
301 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 399 return point.fX >= rect.fLeft && point.fX <= rect.fRight &&
426 if (clipBounds.fLeft > rect->fLeft) {
427 localRect->fLeft += (clipBounds.fLeft - rect->fLeft) * dx;
428 rect->fLeft = clipBounds.fLeft;
545 {rect.fLeft - r, rect.fTop - r, rect.fRight + r, rect.fBottom + r},
559 {rect.fLeft - r, rect.fTop, rect.fRight + r, rect.fBottom}
    [all...]
GrShape.cpp 42 bounds.fLeft = fLineData.fPts[0].fX;
45 bounds.fLeft = fLineData.fPts[1].fX;
491 rect.fLeft = SkTMin(pts[0].fX, pts[1].fX);
495 bool eqX = rect.fLeft == rect.fRight;
  /frameworks/base/core/jni/android/graphics/
Region.cpp 166 dst->fLeft = (int)::roundf(src.fLeft * scale);
243 rects.push_back(r.fLeft);
  /external/icu/icu4c/source/io/
uprintf.cpp 89 if(info->fLeft) {
  /external/skia/bench/
RegionBench.cpp 62 for (int x = r.fLeft; x < r.fRight; x += dx) {
  /external/skia/debugger/
SkDebugger.cpp 130 overview->appendScalar(this->pictureCull().fLeft);
  /external/skia/src/codec/
SkWebpCodec.cpp 217 desiredSubset->fLeft = (desiredSubset->fLeft >> 1) << 1;
450 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop));
467 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop));
  /external/skia/src/gpu/ops/
GrOp.h 151 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
  /external/skia/src/gpu/text/
GrTextUtils.cpp 181 int x = vx + glyph->fBounds.fLeft;
189 r.fLeft = SkIntToScalar(x);
191 r.fRight = r.fLeft + SkIntToScalar(width);
489 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft + SK_DistanceFieldInset);

Completed in 1180 milliseconds

1 2 3 4 56 7 8 91011>>