Home | History | Annotate | Download | only in jni

Lines Matching refs:tHeight

46 int tHeight[NR];
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
281 tHeight[HR] = height;
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
377 tWidth[LR], tHeight[LR]);
388 tWidth[HR], tHeight[HR]);
429 tWidth[HR], tHeight[HR]);
437 tHeight[HR], tImage[LR][frame_number_LR]);