Home
last modified time | relevance | path

Searched defs:subsample (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/gm/
Dorientation.cpp148 #define MAKE_GM(subsample) DEF_SIMPLE_GM(orientation_##subsample, canvas, 4*kImgW, 2*kImgH) { \ argument
/third_party/astc-encoder/Source/
Dstb_image_write.h1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
/third_party/python/Lib/tkinter/
D__init__.py4160 def subsample(self, x, y=''): member in PhotoImage