HomeSort by relevance Sort by last modified time
    Searched refs:hic (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkUtils.cpp 213 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/skia/src/core/
SkUtils.cpp 213 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 47 DECLARE_HANDLE(HIC);
351 HIC hicDecompressor;
364 LRESULT WINAPI ICGetInfo(HIC hic,ICINFO *picinfo,DWORD cb);
365 HIC WINAPI ICOpen(DWORD fccType,DWORD fccHandler,UINT wMode);
366 HIC WINAPI ICOpenFunction(DWORD fccType,DWORD fccHandler,UINT wMode,FARPROC lpfnHandler);
367 LRESULT WINAPI ICClose(HIC hic);
368 LRESULT WINAPI ICSendMessage(HIC hic,UINT msg,DWORD_PTR dw1,DWORD_PTR dw2)
531 HIC hic; member in struct:__anon51426
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 154 HDC hic; local
171 hic = CreateIC("display", NULL, NULL, NULL);
172 pwfb->dib_hDC = CreateCompatibleDC(hic);
174 pwfb->hbmDIB = CreateDIBSection(hic,
182 DeleteDC(hic);
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 154 HDC hic; local
171 hic = CreateIC("display", NULL, NULL, NULL);
172 pwfb->dib_hDC = CreateCompatibleDC(hic);
174 pwfb->hbmDIB = CreateDIBSection(hic,
182 DeleteDC(hic);
    [all...]

Completed in 1119 milliseconds