OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cap
(Results
1 - 20
of
20
) 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/chromium_org/third_party/skia/include/core/
SkPaint.h
422
/**
Cap
enum specifies the settings for the paint's strokecap. This is the
426
enum
Cap
{
447
/** Return the paint's stroke
cap
type, controlling how the start and end
449
@return the line
cap
style for the paint, used whenever the paint's
452
Cap
getStrokeCap() const { return (
Cap
)fCapType; }
454
/** Set the paint's stroke
cap
type.
455
@param
cap
set the paint's line
cap
style, used whenever the paint's
458
void setStrokeCap(
Cap
cap)
[
all
...]
/external/skia/include/core/
SkPaint.h
422
/**
Cap
enum specifies the settings for the paint's strokecap. This is the
426
enum
Cap
{
447
/** Return the paint's stroke
cap
type, controlling how the start and end
449
@return the line
cap
style for the paint, used whenever the paint's
452
Cap
getStrokeCap() const { return (
Cap
)fCapType; }
454
/** Set the paint's stroke
cap
type.
455
@param
cap
set the paint's line
cap
style, used whenever the paint's
458
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
359
* The
Cap
specifies the treatment for the beginning and ending of
362
public enum
Cap
{
378
private
Cap
(int nativeInt) {
873
* Return the paint's
Cap
, controlling how the start and end of stroked
876
* @return the line
cap
style for the paint, used whenever the paint's
879
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/19/
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 636 milliseconds