OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAlphaPresent
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
170
bool
isAlphaPresent
(hwc_layer_1_t const* layer);
hwc_utils.cpp
380
if(needsScaling(layer) &&
isAlphaPresent
(layer)) {
386
bool
isAlphaPresent
(hwc_layer_1_t const* layer) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h
170
bool
isAlphaPresent
(hwc_layer_1_t const* layer);
hwc_utils.cpp
341
if(needsScaling(layer) &&
isAlphaPresent
(layer)) {
347
bool
isAlphaPresent
(hwc_layer_1_t const* layer) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
190
bool
isAlphaPresent
(hwc_layer_1_t const* layer);
hwc_utils.cpp
324
if(needsScaling(ctx, layer, dpy) &&
isAlphaPresent
(layer)) {
330
bool
isAlphaPresent
(hwc_layer_1_t const* layer) {
[
all
...]
Completed in 2655 milliseconds