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

  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 27 ARO::Capacity Cap = ARO::Capacity::get(0);
28 EXPECT_LT(0u, Cap.getSize());
30 size_t PrevSize = Cap.getSize();
32 Cap = ARO::Capacity::get(N);
33 EXPECT_LE(N, Cap.getSize());
35 EXPECT_EQ(PrevSize, Cap.getSize());
37 EXPECT_LT(PrevSize, Cap.getSize());
38 PrevSize = Cap.getSize();
42 Cap = ARO::Capacity::get(0);
43 PrevSize = Cap.getSize()
    [all...]
  /external/skia/include/core/
SkPaint.h 382 /** Cap enum specifies the settings for the paint's strokecap. This is the
386 enum Cap {
407 /** Return the paint's stroke cap type, controlling how the start and end
409 @return the line cap style for the paint, used whenever the paint's
412 Cap getStrokeCap() const { return (Cap)fCapType; }
414 /** Set the paint's stroke cap type.
415 @param cap set the paint's line cap style, used whenever the paint's
418 void setStrokeCap(Cap cap)
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 381 /** Cap enum specifies the settings for the paint's strokecap. This is the
385 enum Cap {
406 /** Return the paint's stroke cap type, controlling how the start and end
408 @return the line cap style for the paint, used whenever the paint's
411 Cap getStrokeCap() const { return (Cap)fCapType; }
413 /** Set the paint's stroke cap type.
414 @param cap set the paint's line cap style, used whenever the paint's
417 void setStrokeCap(Cap cap)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 80 static final Cap[] sCapArray = {
81 Cap.BUTT, Cap.ROUND, Cap.SQUARE
261 * The Cap specifies the treatment for the beginning and ending of
264 public enum Cap {
280 private Cap(int nativeInt) {
771 * Return the paint's Cap, controlling how the start and end of stroked
774 * @return the line cap style for the paint, used whenever the paint's
777 public Cap getStrokeCap()
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 126 milliseconds