Searched refs:fLayoutBounds (Results 1 – 3 of 3) sorted by relevance
32 fLayoutBounds = NULL; in NinePatchPeeker()37 delete fLayoutBounds; in ~NinePatchPeeker() local41 int *fLayoutBounds; variable
52 fLayoutBounds = new int[4]; in peek()53 memcpy(fLayoutBounds, data, sizeof(int) * 4); in peek()
387 if (peeker.fLayoutBounds != NULL) { in doDecode()396 scaledBounds[i] = (jint)((((jint*)peeker.fLayoutBounds)[i]*scale) + .5f); in doDecode()399 memcpy(scaledBounds, (jint*)peeker.fLayoutBounds, sizeof(scaledBounds)); in doDecode()