Searched defs:hic (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkUtils.cpp213 int hic = c << 24; local
217 if (hic < 0) {
219 hic <<= 1;
223 } while ((hic <<= 1) < 0);
234 int hic = c << 24; local
238 if (hic < 0) {
240 hic <<= 1;
244 } while ((hic <<= 1) < 0);
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c154 HDC hic; local
171 hic = CreateIC("display", NULL, NULL, NULL);
172 pwfb->dib_hDC = CreateCompatibleDC(hic);
174 pwfb->hbmDIB = CreateDIBSection(hic,
182 DeleteDC(hic);

Completed in 113 milliseconds