Searched refs:kRef (Results 1 – 9 of 9) sorted by relevance
/external/skia/bench/ |
D | BulkRectBench.cpp | 28 kRef, // One standard SkCanvas draw call per rectangle enumerator 83 } else if (kDrawMode == DrawMode::kRef) { in computeName() 114 SkASSERT(kDrawMode == DrawMode::kRef); in drawImagesRef() 158 SkASSERT(kDrawMode == DrawMode::kRef || kDrawMode == DrawMode::kQuad); in drawSolidColorsRef() 163 if (kDrawMode == DrawMode::kRef) { in drawSolidColorsRef() 270 ADD_BENCH(n, layout, ImageMode::kShared, DrawMode::kRef) \ 272 ADD_BENCH(n, layout, ImageMode::kUnique, DrawMode::kRef) \ 274 ADD_BENCH(n, layout, ImageMode::kNone, DrawMode::kRef) \
|
/external/libchrome/components/json_schema/ |
D | json_schema_constants.cc | 32 const char kRef[] = "$ref"; variable
|
D | json_schema_constants.h | 34 extern const char kRef[];
|
D | json_schema_validator.cc | 82 { schema::kRef, base::Value::Type::STRING }, in IsValidSchema() 295 if (it.key() == schema::kRef) in IsValidSchema() 479 if (schema->GetString(schema::kRef, &ref)) { in Validate()
|
/external/skia/src/pdf/ |
D | SkPDFUnion.h | 98 kRef, enumerator
|
D | SkPDFTypes.cpp | 53 case Type::kRef: in SkPDFUnion() 204 case Type::kRef: in emitObject() 260 return SkPDFUnion(Type::kRef, SkTo<int32_t>(ref.fValue)); in Ref()
|
/external/skqp/src/pdf/ |
D | SkPDFUnion.h | 112 kRef, enumerator
|
D | SkPDFTypes.cpp | 202 case Type::kRef: in emitObject() 257 return SkASSERT(ref.fValue > 0), SkPDFUnion(Type::kRef, (int32_t)ref.fValue); in Ref()
|
/external/libchrome/components/policy/core/common/ |
D | schema.cc | 389 if (schema.GetString(schema::kRef, &ref_string)) { in DetermineStorageSizes() 474 if (schema.GetString(schema::kRef, &ref_string)) { in Parse()
|