Home
last modified time | relevance | path

Searched defs:clamped_row (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/deps/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; variable
1577 int clamped_row = (row < height) ? row : height - 1; variable
/third_party/astc-encoder/Source/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; variable
1577 int clamped_row = (row < height) ? row : height - 1; variable

Completed in 6 milliseconds