OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hres
(Results
1 - 11
of
11
) sorted by null
/external/chromium/base/
resource_util.cc
25
HGLOBAL
hres
= LoadResource(module, hres_info);
local
26
if (!
hres
)
29
void* resource = LockResource(
hres
);
/external/v8/benchmarks/
navier-stokes.js
375
this.setResolution = function (
hRes
, wRes)
377
var res = wRes *
hRes
;
378
if (res > 0 && res < 1000000 && (wRes != width ||
hRes
!= height)) {
380
height =
hRes
;
/external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp
112
(**description).
hRes
= 72 << 16; // 72 DPI as a fixed-point number
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m
207
(**yuv_idh).
hRes
= Long2Fix(72);
/external/quake/quake/src/QW/client/
client.h
497
unsigned short
hres
,vres;
member in struct:__anon11526
gl_screen.c
703
pcx->
hres
= LittleShort((short)width);
gl_warp.c
362
unsigned short
hres
,vres;
member in struct:__anon11569
screen.c
612
pcx->
hres
= LittleShort((short)width);
/external/quake/quake/src/WinQuake/
screen.cpp
532
unsigned short
hres
,vres;
member in struct:__anon12062
569
pcx->
hres
= LittleShort((short)width);
gl_warp.cpp
411
unsigned short
hres
,vres;
member in struct:__anon11930
/gdk/samples/quake/jni/
gl_warp.cpp
411
unsigned short
hres
,vres;
member in struct:__anon17587
Completed in 498 milliseconds