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

1 23 4 5 6 7 8 91011

  /external/skia/src/core/
SkScan_AntiPath.cpp 62 int fLeft;
93 fLeft = left;
170 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
359 fRealBlitter->blitV(ileft + fLeft, start_y, count,
374 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
544 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
548 x -= (fMask.fBounds.fLeft << SHIFT);
589 return r.fLeft > min && r.fTop > min &&
610 return overflows_short_shift(rect.fLeft, SHIFT) |
638 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom)
    [all...]
SkScan_Hairline.cpp 87 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop),
152 r.set(SkScalarToFixed(rect.fLeft) >> 16,
179 blitter->blitRect(r.fLeft, r.fTop, width, height);
183 blitter->blitH(r.fLeft, r.fTop, width); // top
184 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
186 blitter->blitH(r.fLeft, r.fBottom - 1, width); // bottom
439 outer.set(r.fLeft - rx, r.fTop - ry,
447 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
453 tmp.set(outer.fLeft, outer.fTop + dy, outer.fLeft + dx, outer.fBottom - dy)
    [all...]
SkRegion.cpp 155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
305 runs[3] = bounds.fLeft;
382 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
620 int fLeft, fRite, fInside;
701 fLeft = left;
719 int left = rec.fLeft;
    [all...]
SkBlitter_Sprite.cpp 23 fLeft = left;
SkMask.cpp 84 addr += (x - fBounds.fLeft) << maskFormatToShift(fFormat);
SkScan_Antihair.cpp 376 if (istart >= clip->fRight || istop <= clip->fLeft) {
379 if (istart < clip->fLeft) {
380 fstart += slope * (clip->fLeft - istart);
381 istart = clip->fLeft;
487 if (left >= clip->fRight || right <= clip->fLeft) {
490 if (clip->fLeft <= left && clip->fRight >= right) {
606 pts[0].set(rect.fLeft, rect.fTop);
609 pts[3].set(rect.fLeft, rect.fBottom);
693 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop),
923 FDot8 outerL = SkScalarToFDot8(r.fLeft - rx)
    [all...]
SkSpriteBlitter_ARGB32.cpp 40 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
128 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
175 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
222 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
251 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
SkScalerContext.cpp 32 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
54 fLeft = 0;
144 glyph->fLeft = 0;
161 glyph->fLeft = mask.fBounds.fLeft;
175 glyph->fLeft = ir.fLeft;
184 glyph->fLeft -= 1;
216 glyph->fLeft = dst.fBounds.fLeft
    [all...]
SkRRect.cpp 207 fRadii[i].fX = clamp_radius_check_predicates(fRadii[i].fX, rect.fLeft, rect.fRight);
226 if (x < fRect.fLeft + fRadii[kUpperLeft_Corner].fX &&
230 canonicalPt.set(x - (fRect.fLeft + fRadii[kUpperLeft_Corner].fX),
233 } else if (x < fRect.fLeft + fRadii[kLowerLeft_Corner].fX &&
237 canonicalPt.set(x - (fRect.fLeft + fRadii[kLowerLeft_Corner].fX),
293 return this->checkCornerContainment(rect.fLeft, rect.fTop) &&
296 this->checkCornerContainment(rect.fLeft, rect.fBottom);
589 validate_radius_check_predicates(fRadii[i].fX, fRect.fLeft, fRect.fRight);
SkScan_Path.cpp 311 fFirstX = clip.fLeft << shift;
427 blitter->blitRect(rect.fLeft << shiftEdgesUp,
490 tmp.fLeft = cr.fLeft;
503 tmp.fLeft = cr.fLeft;
535 if (fClipRect->fLeft > ir.fLeft || fClipRect->fRight < ir.fRight) {
  /external/icu/icu4c/source/io/
uprintf.h 43 UBool fLeft; /* - flag */
  /external/skia/bench/
FSRectBench.cpp 32 fRects[i].fLeft = -kMinOffset - SkScalarMul(rand.nextUScalar1(), kOffsetRange);
  /external/skia/samplecode/
SampleBitmapRect.cpp 64 bounce(&pt->fX, &vec->fX, limit.fLeft, limit.fRight);
188 bounce(&fSrcR.fLeft, &fDX, fLimitR.fLeft, fLimitR.fRight - width);
189 fSrcR.fRight = fSrcR.fLeft + width;
  /external/skia/src/animator/
SkHitTest.cpp 38 if (bBounds.fLeft == (int16_t)0x8000U)
  /external/skia/tools/
pinspect.cpp 44 pic->cullRect().fLeft, pic->cullRect().fTop,
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
114 upperSrcRect.fLeft = srcRect.right() - rad;
115 upperDstRect.fLeft = dstRect.right() - rad;
204 dstRect.offset(-dstRect.fLeft, -dstRect.fTop);
266 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
284 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
SkOffsetImageFilter.cpp 56 canvas.translate(SkIntToScalar(srcOffset.fX - bounds.fLeft),
62 offset->fX = bounds.fLeft;
SkTileImageFilter.cpp 77 canvas.translate(-dstRect.fLeft, -dstRect.fTop);
80 offset->fX = dstIRect.fLeft;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 720 FX_FLOAT fLeft = rect.left;
732 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
733 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " "
734 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
743 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " m\n";
744 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " l\n"
    [all...]
  /external/skia/src/gpu/
GrLayerHoister.cpp 243 const SkIPoint offset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop);
262 initialCTM.preTranslate(bound.fLeft, bound.fTop);
300 const SkIPoint filterOffset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop);
307 SkASSERT(0 == layer->rect().fLeft && 0 == layer->rect().fTop);
332 const SkIPoint offset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop);
341 SkASSERT(0 == layer->rect().fLeft && 0 == layer->rect().fTop);
  /external/skia/include/gpu/
GrClip.h 39 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft);
  /external/skia/tests/
PathOpsTightBoundsTest.cpp 94 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x);
  /external/skia/gm/
alphagradients.cpp 28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
filterfastbounds.cpp 53 path.moveTo(r.fLeft, r.fTop);
54 path.lineTo(r.fLeft, r.fBottom);
62 SkPoint pts0[2] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
63 SkPoint pts1[2] = { { r.fLeft, r.fBottom }, { r.fRight, r.fTop } };
hittestpath.cpp 24 for (SkScalar x = r.fLeft + SK_ScalarHalf - MARGIN; x < r.fRight + MARGIN; x += SK_Scalar1) {

Completed in 779 milliseconds

1 23 4 5 6 7 8 91011