OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c
161
DFBDisplayLayerConfig
dlc
;
local
164
layer->GetConfiguration (layer, &
dlc
);
166
if (bytes == DFB_BYTES_PER_PIXEL(
dlc
.pixelformat) && bytes > 1)
167
return
dlc
.pixelformat;
379
DFBDisplayLayerConfig
dlc
;
local
420
layer->GetConfiguration (layer, &
dlc
);
423
if (DFBToSDLPixelFormat (
dlc
.pixelformat, vformat))
463
this->info.current_w =
dlc
.width;
464
this->info.current_h =
dlc
.height;
476
DFBDisplayLayerConfig
dlc
;
local
[
all
...]
/external/icu4c/i18n/
rbnf.cpp
140
int32_t
dlc
= getNumberOfDisplayLocales();
local
141
if (
dlc
== rhs->getNumberOfDisplayLocales()) {
142
for (int i = 0; i <
dlc
; ++i) {
[
all
...]
Completed in 278 milliseconds