Searched refs:sizeIndex (Results 1 – 4 of 4) sorted by relevance
102 for (size_t sizeIndex = 0; sizeIndex < SK_ARRAY_COUNT(pathSizes); variable103 sizeIndex++) {104 SkScalar size = pathSizes[sizeIndex];
1374 CNum sizeIndex = 0; in ReadHeader() local1393 file.Size = unpackSizes[sizeIndex]; in ReadHeader()1394 file.CrcDefined = digests.ValidAndDefined(sizeIndex); in ReadHeader()1396 file.Crc = digests.Vals[sizeIndex]; in ReadHeader()1397 sizeIndex++; in ReadHeader()
1360 for (GLint sizeIndex = 0; sizeIndex < DE_LENGTH_OF_ARRAY(textureSizes); sizeIndex++) in init() local1362 const TexSize& ts = textureSizes[sizeIndex]; in init()