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

1 2 3 4 5 6 78 91011

  /external/skia/src/core/
SkEdgeBuilder.cpp 76 dst->set(SkIntToScalar(src.fLeft >> shift),
SkDraw.cpp 247 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
417 r.fLeft = x - radius;
434 r.fLeft = x - radius;
613 r.fLeft = pts[i].fX - radius;
615 r.fRight = r.fLeft + width;
    [all...]
SkPath.cpp 25 dst->fLeft = SkMinScalar(dst->fLeft, src.fLeft);
207 SkScalar yL = SkScalarMul(v.fY, rect.fLeft - edgeBegin->fX);
845 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
996 const SkScalar L = bounds.fLeft;
    [all...]
SkStroke.cpp     [all...]
  /external/skia/src/effects/
Sk2DPathEffect.cpp 40 this->nextSpan(rect.fLeft, y, rect.width(), dst);
SkBlurMask.cpp 528 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady,
750 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
764 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
818 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
    [all...]
SkLayerRasterizer.cpp 128 translatedMatrix.postTranslate(-SkIntToScalar(mask->fBounds.fLeft),
SkMorphologyImageFilter.cpp 619 upperSrcRect.fLeft = srcRect.right() - radius;
620 upperDstRect.fLeft = dstRect.right() - radius;
633 if (middleSrcRect.fLeft - middleSrcRect.fRight >= 0) {
678 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
  /external/skia/src/gpu/
GrAARectRenderer.cpp 29 pts->setRectFan(r.fLeft + dx, r.fTop + dy,
238 fan0Pos->setRectFan(rect.fLeft, rect.fTop,
686 inset = SkMinScalar(inset, devInside.fLeft - devOutside.fLeft);
    [all...]
GrRecordReplaceDraw.cpp 49 layer->srcIR().fLeft + layer->offset().fX,
GrOvalRenderer.cpp 731 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
736 verts[1].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
    [all...]
GrAtlasTextContext.cpp     [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 431 glyph->fLeft = SkToS16(bbox.left);
439 glyph->fLeft = 0;
669 bbox.left = glyph.fLeft;
671 bbox.right = glyph.fLeft + glyph.fWidth;
  /external/skia/src/utils/
SkTextBox.cpp 192 x += fBox.fLeft;
  /external/skia/tests/
PathOpsExtendedTest.cpp 196 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
200 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
256 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
260 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
PathOpsTSectDebug.h 169 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom, fBoundsMax,
PathOpsCubicIntersectionTest.cpp 480 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
  /external/skia/tools/
render_pdfs_main.cpp 233 picture->cullRect().fLeft, picture->cullRect().fTop,
PictureRenderer.cpp 615 mat.postTranslate(-SkIntToScalar(tileRect.fLeft), -SkIntToScalar(tileRect.fTop));
719 mat.setTranslate(-SkIntToScalar(fTileRects[i].fLeft),
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 211 region.fLeft = start_x;
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 201 return mState.quickRejectConservative(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom);
266 drawBitmap(bitmap, src.fLeft, src.fTop, src.fRight, src.fBottom,
267 dst.fLeft, dst.fTop, dst.fRight, dst.fBottom, paint);
349 drawRect(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom, paint);
FrameInfoVisualizer.cpp 98 canvas->drawRect(mDirtyRegion.fLeft, mDirtyRegion.fTop,
  /external/skia/gm/
beziereffects.cpp 81 verts[0].fPosition.setRectFan(fGeometry.fBounds.fLeft, fGeometry.fBounds.fTop,
475 verts[0].fPosition.setRectFan(fGeometry.fBounds.fLeft, fGeometry.fBounds.fTop,
  /external/skia/src/utils/debugger/
SkDrawCommand.h 207 SkScalar fLeft;
530 int fLeft;
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 86 rect.left = r.fLeft;

Completed in 471 milliseconds

1 2 3 4 5 6 78 91011