OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needsScaling
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
361
bool
needsScaling
(hwc_layer_1_t const* layer) {
380
if(
needsScaling
(layer) && isAlphaPresent(layer)) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
303
bool
needsScaling
(hwc_context_t* ctx, hwc_layer_1_t const* layer,
324
if(
needsScaling
(ctx, layer, dpy) && isAlphaPresent(layer)) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
322
bool
needsScaling
(hwc_layer_1_t const* layer) {
341
if(
needsScaling
(layer) && isAlphaPresent(layer)) {
[
all
...]
Completed in 27 milliseconds