Home
last modified time | relevance | path

Searched full:jend (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libpng/
H A Dpngwrite.c220 int j, jend; in png_write_info() local
222 jend = info_ptr->num_trans; in png_write_info()
223 if (jend > PNG_MAX_PALETTE_LENGTH) in png_write_info()
224 jend = PNG_MAX_PALETTE_LENGTH; in png_write_info()
226 for (j = 0; j<jend; ++j) in png_write_info()
/third_party/glfw/deps/
H A Dstb_image_write.h546 int jend, jdir; in stbi_write_tga_core()
552 jend = y; in stbi_write_tga_core()
556 jend = -1; in stbi_write_tga_core()
559 for (; j != jend; j += jdir) { in stbi_write_tga_core()
/third_party/astc-encoder/Source/
H A Dstb_image_write.h546 int jend, jdir; in stbi_write_tga_core()
552 jend = y; in stbi_write_tga_core()
556 jend = -1; in stbi_write_tga_core()
559 for (; j != jend; j += jdir) { in stbi_write_tga_core()

Completed in 9 milliseconds