/external/skia/src/core/ |
SkScan.h | 53 static void HairLine(const SkPoint[], int count, const SkRasterClip&, SkBlitter*);
|
SkDraw.cpp | 387 SkScan::HairLine(&devPts[i], 2, *rec.fRC, blitter); 393 SkScan::HairLine(devPts, count, *rec.fRC, blitter); 515 if (fRadius <= SK_FixedHalf) { // small radii and hairline 871 // case we are also hairline (if we've gotten to here), which devolves to 943 // We need to try to fake a thick-stroke with a modulated hairline. [all...] |
SkScan_Hairline.cpp | 649 void SkScan::HairLine(const SkPoint pts[], int count, const SkRasterClip& clip,
|
SkRecordDraw.cpp | 437 // Pad the bounding box a little to make sure hairline points' bounds aren't empty.
|
SkPaint.cpp | [all...] |
/external/skia/tests/ |
ClipperTest.cpp | 30 * last scanline. i.e. we would draw to [2,1], even though this hairline
|
StrokeTest.cpp | 115 // Stroke parameters on fill or hairline style are not part of equality.
|
PictureTest.cpp | 231 // hairline stroked AA concave paths are fine for GPU rendering [all...] |
/packages/apps/DeskClock/res/layout/ |
alarm_time_expanded.xml | 116 android:background="@color/hairline" />
|
/frameworks/base/libs/hwui/ |
PathTessellator.cpp | 117 // AA, with non-hairline stroke, width < 1 pixel. Scale alpha and treat as hairline. 133 // hairline - compensate for scale 155 // always use 2 points for hairline 172 // hairline, outset by (0.5f + fudge factor) in post-scaling space 176 // non hairline, outset by half stroke width pre-scaled, and fudge factor post scaled [all...] |
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 59 // hairline 113 } else { // hairline
|
/external/skia/gm/ |
hairlines.cpp | 86 // Two problem cases for gpu hairline renderer found by shapeops testing. These used
|
/external/skia/src/gpu/ |
GrPathRenderer.h | 210 // Helper for determining if we can treat a thin stroke as a hairline w/ coverage.
|
GrDrawContext.cpp | 337 // hairline rects. We jam all the vertices to pixel centers to avoid this, but not when MSAA
|
SkGpuDevice.cpp | 463 We have special code for hairline strokes, miter-strokes, bevel-stroke [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerSetupView.java | 78 mColorHairline = context.getResources().getColor(R.color.hairline);
|
/external/skia/include/gpu/ |
GrTypesPriv.h | 362 SkFAIL("Hairline fill isn't invertible.");
|
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 164 // width < 0 -> fill && width == 0 -> hairline so requiring width > 0 rules both out
|
/external/skia/src/gpu/batches/ |
GrDefaultPathRenderer.cpp | 181 static inline void append_countour_edge_indices(bool hairLine, 188 if (!hairLine) {
|
/external/skia/include/core/ |
SkPaint.h | 365 A value of 0 strokes in hairline mode. 373 Pass 0 to stroke in hairline mode. 466 * drawn with a hairline (width == 0) [all...] |
/external/skia/bench/ |
DashBench.cpp | 478 // pass 2 to explicitly avoid any 1-is-the-same-as-hairline special casing
|
/external/skia/src/gpu/effects/ |
GrOvalEffect.cpp | 338 SkFAIL("Hairline not expected here.");
|
/external/skia/src/svg/ |
SkSVGDevice.cpp | 366 // Hairline stroke
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 920 * A value of 0 strokes in hairline mode. 934 * Pass 0 to stroke in hairline mode. [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | [all...] |