OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispw
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/hwc/
rgz_2d.h
120
int
dispw
;
member in struct:rgz_out_svg
151
* data.svg.
dispw
209
void rgz_profile_hwc(hwc_display_contents_1_t* list, int
dispw
, int disph);
rgz_2d.c
191
static int svgout_intersects_display(blit_rect_t *a, int
dispw
, int disph)
194
(a->right > 0) && (a->left <
dispw
));
197
static void svgout_hregion(blit_hregion_t *hregion, int
dispw
, int disph)
205
if (!svgout_intersects_display(rect,
dispw
, disph))
219
params->data.svg.
dispw
, params->data.svg.disph);
224
svgout_hregion(&hregions[i], params->data.svg.
dispw
,
914
int
dispw
; /* widest layer */
local
932
int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &
dispw
, screen_height);
953
hregions[i].rect.right =
dispw
> screen_width ? screen_width :
dispw
;
[
all
...]
Completed in 6056 milliseconds