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

<<11121314151617181920>>

  /external/skqp/gm/
imagefiltersbase.cpp 106 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
xfermodes.cpp 252 r.fLeft, r.fTop);
  /external/skqp/include/private/
SkPathRef.h 386 SkASSERT(rect.fLeft <= rect.fRight && rect.fTop <= rect.fBottom);
  /external/skqp/src/android/
SkAnimatedImage.cpp 84 fMatrix = SkMatrix::MakeTrans(-fCropRect.fLeft, -fCropRect.fTop);
  /external/skqp/src/core/
SkOverdrawCanvas.cpp 33 int left = SkScalarFloorToInt(position.fX) + glyph.fLeft;
SkPicture.cpp 82 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; }
SkBlurMask.cpp 407 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
421 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
475 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
SkPathRef.cpp 762 pts[1].fX == bounds.fLeft ?
905 Sk2s leftTop = Sk2s(fBounds.fLeft, fBounds.fTop);
913 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
SkPath.cpp 53 dst->fLeft = SkMinScalar(dst->fLeft, src.fLeft);
283 SkScalar yL = v.fY * (rect.fLeft - edgeBegin->fX);
979 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop);
982 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom);
997 fPts[3] = SkPoint::Make(oval.fLeft, cy);
1007 const SkScalar L = bounds.fLeft;
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp     [all...]
  /external/skia/src/core/
SkBlurMask.cpp 407 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
421 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
475 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
SkPathRef.cpp 767 pts[1].fX == bounds.fLeft ?
915 Sk2s leftTop = Sk2s(fBounds.fLeft, fBounds.fTop);
923 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
SkPath.cpp 53 dst->fLeft = SkMinScalar(dst->fLeft, src.fLeft);
283 SkScalar yL = v.fY * (rect.fLeft - edgeBegin->fX);
979 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop);
982 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom);
997 fPts[3] = SkPoint::Make(oval.fLeft, cy);
1007 const SkScalar L = bounds.fLeft;
    [all...]
SkGlyphRunPainter.cpp 150 left += glyph.fLeft;
    [all...]
  /external/skia/src/effects/imagefilters/
SkMorphologyImageFilter.cpp 437 upperSrcRect.fLeft = srcRect.right() - radius;
438 upperDstRect.fLeft = dstRect.right() - radius;
499 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
    [all...]
  /external/skqp/src/effects/imagefilters/
SkMorphologyImageFilter.cpp 434 upperSrcRect.fLeft = srcRect.right() - radius;
435 upperDstRect.fLeft = dstRect.right() - radius;
496 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 975 float fLeft = 0;
979 fLeft = pPiece->rtPiece.width / 2.0f;
982 fLeft = pPiece->rtPiece.width;
989 fLeft += pPiece->Widths[i] / 20000.0f;
993 std::min(fLeft, m_pTabstopContext->m_fTabWidth);
    [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 611 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator);
614 canvas->drawString(label, fBounds.fLeft + 5, fYLo - 5, paints.fValueFont, paints.fValue);
615 canvas->drawString(fName, fBounds.fLeft, fBounds.bottom() + 11, paints.fLabelFont,
636 canvas->drawLine(fBounds.fLeft - 5, yPos, fBounds.fRight + 5, yPos, paints.fIndicator);
642 canvas->drawString(label, fBounds.fLeft + 5, yPos - 5, paints.fValueFont, paints.fValue);
643 SkRect fill = { fBounds.fLeft, fYLo, fBounds.fRight, yPos };
1002 SkScalar offsetX = (this->width() - bounds.width()) / 2 - bounds.fLeft;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 527 xform.eDx = (float)-glyph.fLeft;
886 glyph->fLeft = SkToS16(0);
892 SkRect bounds = SkRect::MakeXYWH(glyph->fLeft, glyph->fTop,
900 glyph->fLeft = SkScalarTruncToInt(bounds.fLeft);
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 611 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator);
614 canvas->drawString(label, fBounds.fLeft + 5, fYLo - 5, paints.fValueFont, paints.fValue);
615 canvas->drawString(fName, fBounds.fLeft, fBounds.bottom() + 11, paints.fLabelFont,
636 canvas->drawLine(fBounds.fLeft - 5, yPos, fBounds.fRight + 5, yPos, paints.fIndicator);
642 canvas->drawString(label, fBounds.fLeft + 5, yPos - 5, paints.fValueFont, paints.fValue);
643 SkRect fill = { fBounds.fLeft, fYLo, fBounds.fRight, yPos };
1002 SkScalar offsetX = (this->width() - bounds.width()) / 2 - bounds.fLeft;
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 526 xform.eDx = (float)-glyph.fLeft;
885 glyph->fLeft = SkToS16(0);
891 SkRect bounds = SkRect::MakeXYWH(glyph->fLeft, glyph->fTop,
899 glyph->fLeft = SkScalarTruncToInt(bounds.fLeft);
    [all...]
  /external/skia/src/gpu/mtl/
GrMtlGpu.mm 670 srcMtlRect.fLeft = srcRect.fLeft;
673 dstRect.fLeft = dstPoint.fX;
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 4668 milliseconds

<<11121314151617181920>>