Home
last modified time | relevance | path

Searched refs:checkLE (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPaintPriv.cpp180 paint->setBlendMode(safe.checkLE(mode, SkBlendMode::kLastMode)); in unpack_v68()
185 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
187 paint->setStrokeJoin(safe.checkLE(packed & 0x3, SkPaint::kLast_Join)); in unpack_v68()
189 paint->setStyle(safe.checkLE(packed & 0x3, SkPaint::kStrokeAndFill_Style)); in unpack_v68()
DSkSafeRange.h28 template <typename T> T checkLE(uint64_t value, T max) { in checkLE() function
DSkVertices.cpp275 const SkVertices::VertexMode mode = safe.checkLE<SkVertices::VertexMode>( in Decode()