Searched refs:iRegion (Results 1 – 3 of 3) sorted by relevance
147 SkIRect iRegion = SkIRect::MakeXYWH(R(static_cast<float>(kBitmapSize)), in make_region() local151 return SkRegion(iRegion); in make_region()
31052 int iRegion, /* Region to retrieve */31079 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap;31169 if( pShmNode->nRegion>iRegion ){31170 *pp = pShmNode->apRegion[iRegion];38285 int iRegion, /* Region to retrieve */38305 if( pShmNode->nRegion<=iRegion ){38307 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */38341 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])38349 while( pShmNode->nRegion<=iRegion ){38400 if( pShmNode->nRegion>iRegion ){[all …]
31034 int iRegion, /* Region to retrieve */31061 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap;31151 if( pShmNode->nRegion>iRegion ){31152 *pp = pShmNode->apRegion[iRegion];38267 int iRegion, /* Region to retrieve */38287 if( pShmNode->nRegion<=iRegion ){38289 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */38323 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])38331 while( pShmNode->nRegion<=iRegion ){38382 if( pShmNode->nRegion>iRegion ){[all …]