Home
last modified time | relevance | path

Searched refs:widthTooLarge (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/docs/examples/
DImageInfo_minRowBytes.cpp12 bool widthTooLarge = !minRowBytes; in draw() local
14 width, width, widthTooLarge ? "too large" : "OK"); in draw()
DImageInfo_minRowBytes64.cpp12 bool widthTooLarge = (uint64_t) (int32_t) minRowBytes != minRowBytes; in draw() local
14 width, width, widthTooLarge ? "too large" : "OK"); in draw()
/third_party/skia/docs/examples/
DImageInfo_minRowBytes.cpp12 bool widthTooLarge = !minRowBytes; in draw() local
14 width, width, widthTooLarge ? "too large" : "OK"); in draw()
DImageInfo_minRowBytes64.cpp12 bool widthTooLarge = (uint64_t) (int32_t) minRowBytes != minRowBytes; in draw() local
14 width, width, widthTooLarge ? "too large" : "OK"); in draw()