HomeSort by relevance Sort by last modified time
    Searched defs:Cap (Results 1 - 12 of 12) sorted by null

  /external/skia/include/core/
SkPaint.h 362 /** Cap enum specifies the settings for the paint's strokecap. This is the
366 enum Cap {
387 /** Return the paint's stroke cap type, controlling how the start and end
389 @return the line cap style for the paint, used whenever the paint's
392 Cap getStrokeCap() const { return (Cap)fCapType; }
394 /** Set the paint's stroke cap type.
395 @param cap set the paint's line cap style, used whenever the paint's
398 void setStrokeCap(Cap cap)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 76 static final Cap[] sCapArray = {
77 Cap.BUTT, Cap.ROUND, Cap.SQUARE
257 * The Cap specifies the treatment for the beginning and ending of
260 public enum Cap {
276 private Cap(int nativeInt) {
746 * Return the paint's Cap, controlling how the start and end of stroked
749 * @return the line cap style for the paint, used whenever the paint's
752 public Cap getStrokeCap()
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1931 milliseconds