OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istop
(Results
1 - 17
of
17
) sorted by null
/external/skia/src/core/
SkScan_Antihair.cpp
214
typedef SkFixed (*LineProc)(int istart, int
istop
, SkFixed fstart, SkFixed slope, SkBlitter*, int);
245
int istart,
istop
;
257
istop
= SkFDot6Ceil(x1);
269
SkASSERT(
istop
> istart);
270
if (
istop
- istart == 1) {
281
if (istart >= clip->fRight ||
istop
<= clip->fLeft)
289
if (
istop
> clip->fRight) {
290
istop
= clip->fRight;
293
SkASSERT(istart <=
istop
);
294
if (istart ==
istop
)
[
all
...]
/external/libpng/
pngtrans.c
220
png_uint_32
istop
= row_info->rowbytes;
local
222
for (i = 0; i <
istop
; i++)
233
png_uint_32
istop
= row_info->rowbytes;
local
235
for (i = 0; i <
istop
; i+=2)
246
png_uint_32
istop
= row_info->rowbytes;
local
248
for (i = 0; i <
istop
; i+=4)
273
png_uint_32
istop
= row_info->width * row_info->channels;
local
275
for (i = 0; i <
istop
; i++, rp += 2)