HomeSort by relevance Sort by last modified time
    Searched full:outset (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/skia/gm/
pictureimagegenerator.cpp 41 skiaBox.outset(0, 2 * iBox.width() * (kVerticalSpacing + 1));
texturedomaineffect.cpp 111 renderRect.outset(kDrawPad, kDrawPad);
variedtext.cpp 107 fClipRects[i].outset(2.f, 2.f);
multipicturedraw.cpp 171 r.outset(2.0f, 2.0f); // outset for stroke
rrects.cpp 135 bounds.outset(2.f, 2.f);
  /external/skia/include/core/
SkDraw.h 133 * for antialiasing or hairlines (i.e. device-bounds outset by 1, and then
  /external/skia/samplecode/
SampleArc.cpp 77 r.outset(2, 2);
SampleAtlas.cpp 196 r.outset(border, border);
  /external/skia/src/gpu/batches/
GrAAStrokeRectBatch.cpp 103 // If we have miterstroke then we inset devOutside and outset devOutsideAssist, so we need
556 devOutside->outset(rx, ry);
580 devOutsideAssist->outset(0, ry);
654 outsideAssist.outset(strokeWidth, strokeWidth);
GrBatch.h 122 // rect because we outset it for dst copy textures
GrNonAAStrokeRectBatch.cpp 98 bounds->outset(rad, rad);
GrPLSPathRenderer.cpp 93 static bool outset(SkPoint* p1, SkPoint line1, SkPoint line2) { function
118 if (!outset(&result[0], line1, line2)) {
122 if (!outset(&result[1], -line1, line3)) {
126 if (!outset(&result[2], -line3, -line2)) {
    [all...]
GrTessellatingPathRenderer.cpp 235 fBounds.outset(radius, radius);
GrAADistanceFieldPathRenderer.cpp 347 // pre-move origin (after outset, will be 0,0)
354 devPathBounds.outset(intPad, intPad);
390 devPathBounds.outset(SK_DistanceFieldPad, SK_DistanceFieldPad);
  /external/skia/src/gpu/text/
GrFontScaler.cpp 84 bounds->outset(SK_DistanceFieldPad, SK_DistanceFieldPad);
  /external/skia/tests/
StrokeTest.cpp 61 outer.outset(width/2, width/2);
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 47 ambientShadowBounds.outset(maxZ * geomFactor * heightFactor);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp     [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 295 fBounds.outset(xBloat, halfStrokeWidth);
419 startRect.outset(strokeAdj, halfSrcStroke);
455 endRect.outset(strokeAdj, halfSrcStroke);
508 startRect.outset(strokeAdj, halfSrcStroke);
542 bounds.outset(bloatX + strokeAdj, bloatY + halfSrcStroke);
547 startRect.outset(bloatX, bloatY);
552 endRect.outset(bloatX, bloatY);
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 24 This define enables our fix to outset our "bounds" by 1, thus avoiding the
545 their bounds, so we need to outset the clip before calling the
546 clipper. To make the numerics safer, we outset by a whole pixel,
550 clipBounds.outset(SK_Scalar1, SK_Scalar1);
926 // outset by the radius
SkScan_Hairline.cpp 92 // outset the right and bottom, to account for how hairlines are
501 * outset it from the clip-bounds.
658 r.outset(SK_ScalarHalf, SK_ScalarHalf);
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 98 // outset to have slop for antialasing and hairlines
99 devBounds.outset(1, 1);
  /external/skia/src/gpu/
GrOvalRenderer.cpp     [all...]
  /frameworks/compile/libbcc/
README.html 65 border: medium outset ;
119 border: medium outset ;
137 border: medium outset ;
  /frameworks/compile/slang/
README.html 65 border: medium outset ;
119 border: medium outset ;
137 border: medium outset ;

Completed in 1073 milliseconds

1 23 4 5 6