Home
last modified time | relevance | path

Searched refs: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
1540 int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp;
1577 int clamped_row = (row < height) ? row : height - 1; variable
1578 int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp;
/third_party/astc-encoder/Source/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; variable
1540 int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp;
1577 int clamped_row = (row < height) ? row : height - 1; variable
1578 int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp;

Completed in 7 milliseconds