/external/skia/src/core/ |
SkStrokeRec.cpp | 11 // must be < 0, since ==0 means hairline, and >0 means normal stroke 45 // hairline+fill == fill 89 // hairline+fill == fill 106 if (fWidth <= 0) { // hairline or fill
|
SkDrawProcs.h | 20 * a stroke by drawing a hairline with partial coverage). If any of these
|
SkPictureContentInfo.h | 63 // issued for a hairline stroked concave path.
|
SkPictureCommon.h | 128 // AA hairline concave path is not slow.
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
CollapsedAlarmViewHolder.java | 40 public final View hairLine; 49 hairLine = itemView.findViewById(R.id.hairline); 90 hairLine.setVisibility(boundPreemptiveDismiss ? View.GONE : View.VISIBLE);
|
/external/skia/include/c/ |
sk_paint.h | 22 stroke width : 0.0f (hairline) 71 Return the width for stroking. A value of 0 strokes in hairline mode. 75 Set the width for stroking. A value of 0 strokes in hairline mode
|
/external/skia/gm/ |
glyph_pos.cpp | 12 /* This test tries to define the effect of using hairline strokes on text. 13 * Provides non-hairline images for reference and consistency checks. 15 * -> test hairline/non-hairline stroke/fill/stroke+fill.
|
nonclosedpaths.cpp | 72 // 0(may use hairline rendering), 10(common case for stroke-style)
|
complexclip.cpp | 183 // draw path in hairline
|
polygons.cpp | 99 // 0(may use hairline rendering), 10(common case for stroke-style)
|
/external/skia/src/gpu/ |
GrPath.h | 20 * Initialize to a path with a fixed stroke. Stroke must not be hairline.
|
GrDrawTarget.h | 108 * winding (not inverse or hairline). It will respect the HW antialias flag 116 * Draws a path batch. Fill must not be a hairline. It will respect the HW antialias flag on
|
/external/skia/include/core/ |
SkStrokeRec.h | 56 * strokeAndFill==false -> new style will be Hairline 88 * If there was no change (i.e. style == hairline or fill) this returns
|
/packages/apps/DeskClock/res/layout/ |
alarm_time_collapsed.xml | 35 android:id="@+id/hairline" 41 android:background="@color/hairline" />
|
main_clock_frame.xml | 81 android:id="@+id/hairline" 85 android:background="@color/hairline" />
|
preemptive_dismiss.xml | 43 android:background="@color/hairline" />
|
/packages/apps/DeskClock/res/values/ |
colors.xml | 40 <color name="hairline">#28ffffff</color>
|
/frameworks/base/libs/hwui/tests/unit/ |
BakedOpStateTests.cpp | 86 const float HAIRLINE = 0.0f; 88 // Note: bounds will be conservative, but not precise for non-hairline 100 1, HAIRLINE, [](const ResolvedRenderState& state) { 118 3, HAIRLINE, [](const ResolvedRenderState& state) { 138 0.5f, HAIRLINE, [](const ResolvedRenderState& state) {
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ClockFragment.java | 111 final View hairline = mClockFrame.findViewById(R.id.hairline); local 112 hairline.setVisibility(mCityAdapter.getCount() == 0 ? GONE : VISIBLE); 114 final View hairline = mClockFrame.findViewById(R.id.hairline); local 115 hairline.setVisibility(GONE);
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.h | 19 * The output of this effect is a hairline edge for conics. 130 * The output of this effect is a hairline edge for quadratics. 212 * The output of this effect is a hairline edge for non rational cubics.
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SumPathEffectTest.java | 54 paint.setStrokeWidth(0); // 1-pixel hairline
|
/frameworks/base/libs/hwui/ |
BakedOpState.cpp | 41 // account for non-hairline stroke 47 // account for hairline stroke when stroke may be < 1 scaled pixel
|
/external/skia/src/gpu/batches/ |
GrNonAAStrokeRectBatch.cpp | 151 // hairline 185 bool hairline() const { return fBatch.fHairline; } function in class:NonAAStrokeRectBatch
|
/external/skia/samplecode/ |
SampleComplexClip.cpp | 116 // draw path in hairline
|
SampleHairline.cpp | 87 SkDebugf("---- hairline failure (%g %g) (%g %g)\n",
|