Searched refs:cropSignature (Results 1 – 1 of 1) sorted by relevance
62 int cropSignature = 0; in setTextureCrop() local63 cropSignature = (crop[0] + crop[1]) << 16; in setTextureCrop()64 cropSignature |= crop[2] + crop[3]; in setTextureCrop()66 if (cropSignature != sLastSetCropSignature) { in setTextureCrop()69 sLastSetCropSignature = cropSignature; in setTextureCrop()