OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsScaling
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
169
bool
needsScaling
(hwc_layer_1_t const* layer);
hwc_mdpcomp.cpp
867
if(!qhwc::
needsScaling
(layer) && !ctx->mNeedsRotator
[
all
...]
hwc_utils.cpp
361
bool
needsScaling
(hwc_layer_1_t const* layer) {
380
if(
needsScaling
(layer) && isAlphaPresent(layer)) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h
169
bool
needsScaling
(hwc_layer_1_t const* layer);
hwc_mdpcomp.cpp
856
if(!qhwc::
needsScaling
(layer) && !ctx->mNeedsRotator
[
all
...]
hwc_utils.cpp
322
bool
needsScaling
(hwc_layer_1_t const* layer) {
341
if(
needsScaling
(layer) && isAlphaPresent(layer)) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
189
bool
needsScaling
(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy);
hwc_mdpcomp.cpp
[
all
...]
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
...]
Completed in 373 milliseconds