Home
last modified time | relevance | path

Searched defs:sheight (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libpng/
H A Dpngset.c421 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s()
502 char sheight[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL() local
532 char sheight[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL_fixed() local
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dkmeans.cc35 jint swidth, jint sheight, jint p, jint seed) in JNIFUNCF()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterKMeans.java51 int swidth, int sheight, int p, int seed); in nativeApplyFilter()
/aosp_15_r20/external/skia/tests/
H A DAAClipTest.cpp211 const SkScalar sheight = SkIntToScalar(height); in test_path_bounds() local