Home
last modified time | relevance | path

Searched refs:kRef (Results 1 – 9 of 9) sorted by relevance

/external/skia/bench/
DBulkRectBench.cpp28 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/
Djson_schema_constants.cc32 const char kRef[] = "$ref"; variable
Djson_schema_constants.h34 extern const char kRef[];
Djson_schema_validator.cc82 { 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/
DSkPDFUnion.h98 kRef, enumerator
DSkPDFTypes.cpp53 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/
DSkPDFUnion.h112 kRef, enumerator
DSkPDFTypes.cpp202 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/
Dschema.cc389 if (schema.GetString(schema::kRef, &ref_string)) { in DetermineStorageSizes()
474 if (schema.GetString(schema::kRef, &ref_string)) { in Parse()