Searched refs:itop (Results 1 – 13 of 13) sorted by relevance
/external/skia/tests/sksl/shared/ |
D | SampleLocations.glsl | 8 int itop = (gl_InstanceID * 313) % 17; 9 int ibot = (itop + 1) + (gl_InstanceID * 1901) % (17 - itop); 14 float t = float(itop) / 16.0 - outset;
|
D | SampleLocations.metal | 19 int itop = (sk_InstanceID * 313) % 17; 20 int ibot = (itop + 1) + (sk_InstanceID * 1901) % (17 - itop); 25 float t = float(itop) / 16.0 - outset;
|
D | SampleLocations.asm.vert | 16 OpName %itop "itop" 71 %itop = OpVariable %_ptr_Function_int Function 104 OpStore %itop %47 105 %49 = OpLoad %int %itop 109 %54 = OpLoad %int %itop 146 %91 = OpLoad %int %itop
|
/external/skia/resources/sksl/shared/ |
D | SampleLocations.vert | 8 int itop = (sk_InstanceID*313) % 17; 9 int ibot = itop + 1 + ((sk_InstanceID*1901) % (17 - itop)); 14 float t = float(itop)/16.0 - outset;
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | mbox.py | 206 itop = scanbox.nearest(0) 219 fixfocus(min(todo), itop) 225 itop = scanbox.nearest(0) 251 fixfocus(min(todo), itop) 253 def fixfocus(near, itop): argument 264 scanbox.yview(itop)
|
/external/skia/src/core/ |
D | SkRegion_path.cpp | 275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument 309 *itop = SkScalarRoundToInt(top); in count_path_runtype_values()
|
D | SkRegion.cpp | 253 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument 262 *itop = fBounds.fTop; in count_runtype_values()
|
/external/skqp/src/core/ |
D | SkRegion_path.cpp | 275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument 309 *itop = SkScalarRoundToInt(top); in count_path_runtype_values()
|
D | SkRegion.cpp | 254 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument 263 *itop = fBounds.fTop; in count_runtype_values()
|
/external/skia/include/core/ |
D | SkRegion.h | 646 int count_runtype_values(int* itop, int* ibot) const;
|
/external/skqp/include/core/ |
D | SkRegion.h | 653 int count_runtype_values(int* itop, int* ibot) const;
|
/external/libabigail/tests/data/test-annotate/ |
D | test14-pr18893.so.abi | 3668 <!-- int Mesher::itop --> 3669 …<var-decl name='itop' type-id='type-id-11' visibility='default' filepath='libnurbs/internals/meshe… 7969 <!-- int Mesher::itop --> 7970 …<var-decl name='itop' type-id='type-id-11' visibility='default' filepath='libnurbs/internals/meshe…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 2397 …<var-decl name='itop' type-id='type-id-11' visibility='default' filepath='libnurbs/internals/meshe… 5278 …<var-decl name='itop' type-id='type-id-11' visibility='default' filepath='libnurbs/internals/meshe…
|