Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:alignedh

321                 int alignedw = 0, alignedh = 0;
335 height, format, 0, alignedw, alignedh);
337 hnd->height = alignedh;
352 int alignedw = 0, alignedh = 0;
354 0, format, 0, alignedw, alignedh);
367 int alignedw = 0, alignedh = 0;
368 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(hnd, alignedw, alignedh);
383 int alignedw = 0, alignedh = 0;
384 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(hnd, alignedw, alignedh);
386 *height = alignedh;