HomeSort by relevance Sort by last modified time
    Searched refs:hairline (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 184 mHairline = v.findViewById(R.id.hairline);
187 mHairline = mClockFrame.findViewById(R.id.hairline);
TimerSetupView.java 79 mColorHairline = context.getResources().getColor(R.color.hairline);
AlarmClockFragment.java 577 View hairLine;
698 holder.hairLine = view.findViewById(R.id.hairline);
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 487 // hairline
551 bool hairline() const { return fBatch.fHairline; } function in class:StrokeRectBatch
674 // hairline rects. We jam all the vertices to pixel centers to avoid this, but not when MSAA
    [all...]

Completed in 190 milliseconds