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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 42 if (srcRect.fLeft < 0 || srcRect.fTop < 0) {
454 fSrcRect.fLeft, fSrcRect.fTop, fSrcRect.fRight, fSrcRect.fBottom);
  /external/skia/src/gpu/instanced/
InstancedOp.cpp 373 float tx = sx + bounds.fLeft;
392 opBounds.fLeft = m[2] - devBoundsHalfWidth;
  /external/skia/src/pdf/
SkPDFUtils.cpp 24 result->appendScalar(rect.fLeft);
109 SkPDFUtils::AppendScalar(rect.fLeft, content);
SkPDFFont.cpp 99 content->writeDecAsText(box.fLeft);
112 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fLeft, emSize));
671 glyphBBox = SkIRect::MakeXYWH(glyph.fLeft, glyph.fTop,
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 500 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 431 outCanvas->translate(bounds.fLeft, bounds.fTop);
526 canvas->translate(dst.fLeft, dst.fTop);
  /external/skia/gm/
hairlines.cpp 200 canvas->translate(-bounds.fLeft, -bounds.fTop);
imagefiltersbase.cpp 130 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
xfermodes.cpp 252 r.fLeft, r.fTop);
  /external/skia/include/private/
SkPathRef.h 363 SkASSERT(rect.fLeft <= rect.fRight && rect.fTop <= rect.fBottom);
  /external/skia/src/gpu/
GrAuditTrail.cpp 257 json->appendf("\"Left\": %f,", rect.fLeft);
GrShape.h 412 bool swapX = rect.fLeft > rect.fRight;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 17 const SkScalar* oneBounds = &path.getBounds().fLeft;
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.cpp 183 result.rect = SkRect::MakeXYWH(freeRect.fLeft, freeRect.fTop, width, height);
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 136 mInfo->addTouchableRegion(Rect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom));
  /external/skia/src/core/
SkBitmap.cpp 484 SkASSERT(static_cast<unsigned>(r.fLeft) < static_cast<unsigned>(this->width()));
493 origin.fX += r.fLeft;
618 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop);
SkPathRef.cpp 637 pts[1].fX == bounds.fLeft ?
759 Sk2s leftTop = Sk2s(fBounds.fLeft, fBounds.fTop);
767 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
SkPath.cpp 33 dst->fLeft = SkMinScalar(dst->fLeft, src.fLeft);
250 SkScalar yL = v.fY * (rect.fLeft - edgeBegin->fX);
923 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop);
926 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom);
941 fPts[3] = SkPoint::Make(oval.fLeft, cy);
951 const SkScalar L = bounds.fLeft;
    [all...]
SkBlitMask_D32.cpp 56 int x = clip.fLeft, y = clip.fTop;
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 989 FX_FLOAT fLeft = 0;
995 fLeft = pPiece->rtPiece.width / 2.0f;
998 fLeft = pPiece->rtPiece.width;
1005 fLeft += pPiece->Widths[i] / 20000.0f;
1009 std::min(fLeft, m_pTabstopContext->m_fTabWidth);
    [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 607 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator);
610 canvas->drawString(label, fBounds.fLeft + 5, fYLo - 5, paints.fValue);
611 canvas->drawString(fName, fBounds.fLeft, fBounds.bottom() + 11,
632 canvas->drawLine(fBounds.fLeft - 5, yPos, fBounds.fRight + 5, yPos, paints.fIndicator);
638 canvas->drawString(label, fBounds.fLeft + 5, yPos - 5, paints.fValue);
639 SkRect fill = { fBounds.fLeft, fYLo, fBounds.fRight, yPos };
1005 SkScalar offsetX = (this->width() - bounds.width()) / 2 - bounds.fLeft;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 517 xform.eDx = (float)-glyph.fLeft;
866 glyph->fLeft = SkToS16(0);
872 SkRect bounds = SkRect::MakeXYWH(glyph->fLeft, glyph->fTop,
880 glyph->fLeft = SkScalarTruncToInt(bounds.fLeft);
919 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 581 FX_FLOAT fLeft = m_rtEngine.left + 1;
583 fLeft += fStep;
584 path.AddLine(CFX_PointF(fLeft, m_rtClient.top),
585 CFX_PointF(fLeft, m_rtClient.bottom()));
    [all...]
  /external/skia/bench/
MathBench.cpp 247 float value = r.fLeft * 0 + r.fTop * 0 + r.fRight * 0 + r.fBottom * 0;

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>