HomeSort by relevance Sort by last modified time
    Searched full:hairline (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 11 // must be < 0, since ==0 means hairline, and >0 means normal stroke
38 // hairline+fill == fill
82 // hairline+fill == fill
93 if (fWidth <= 0) { // hairline or fill
SkDrawProcs.h 65 * a stroke by drawing a hairline with partial coverage). If any of these
SkBBoxRecord.cpp 47 // Small min width value, just to ensure hairline point bounding boxes aren't empty.
48 // Even though we know hairline primitives are drawn one pixel wide, we do not use a
  /external/skia/src/core/
SkStrokeRec.cpp 11 // must be < 0, since ==0 means hairline, and >0 means normal stroke
38 // hairline+fill == fill
82 // hairline+fill == fill
93 if (fWidth <= 0) { // hairline or fill
SkDrawProcs.h 65 * a stroke by drawing a hairline with partial coverage). If any of these
SkBBoxRecord.cpp 47 // Small min width value, just to ensure hairline point bounding boxes aren't empty.
48 // Even though we know hairline primitives are drawn one pixel wide, we do not use a
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 53 * strokeAndFill==false -> new style will be Hairline
76 * If there was no change (i.e. style == hairline or fill) this returns
  /external/skia/include/core/
SkStrokeRec.h 53 * strokeAndFill==false -> new style will be Hairline
76 * If there was no change (i.e. style == hairline or fill) this returns
  /packages/apps/DeskClock/res/layout/
label_dialog.xml 38 android:id="@+id/hairline"
48 android:layout_below="@id/hairline">
  /packages/apps/Email/res/values-sw600dp/
dimensions.xml 23 <!-- distance of any button below the upper hairline -->
41 <!-- In setup screens, the inset for all items below the headline+hairline -->
  /packages/apps/Email/res/values/
dimensions.xml 36 <!-- In setup screens, the inset for all items below the headline+hairline -->
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 54 paint.setStrokeWidth(0); // 1-pixel hairline
  /packages/apps/Email/res/layout-sw600dp/
account_setup_account_type.xml 26 <!-- Headline and hairline divider -->
  /packages/apps/Email/res/layout-sw600dp-land/
account_setup_basics.xml 30 <!-- Headline and hairline divider -->
account_setup_names.xml 30 <!-- Headline and hairline divider -->
account_setup_options.xml 30 <!-- Headline and hairline divider -->
account_setup_incoming.xml 30 <!-- Headline and hairline divider -->
account_setup_outgoing.xml 30 <!-- Headline and hairline divider -->
  /packages/apps/Email/res/layout-sw600dp-port/
account_setup_names.xml 39 <!-- Headline and hairline divider -->
account_setup_basics.xml 39 <!-- Headline and hairline divider -->
account_setup_incoming.xml 39 <!-- Headline and hairline divider -->
account_setup_options.xml 39 <!-- Headline and hairline divider -->
account_setup_outgoing.xml 39 <!-- Headline and hairline divider -->
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 725 View hairLine;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 175 static inline void append_countour_edge_indices(bool hairLine,
182 if (!hairLine) {

Completed in 805 milliseconds

1 2 3