HomeSort by relevance Sort by last modified time
    Searched defs:isAlphaPresent (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 379 if(needsScaling(layer) && isAlphaPresent(layer)) {
385 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {
330 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 783 if(needsScaling(layer) && isAlphaPresent(layer)) {
789 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 770 if(needsScaling(layer) && isAlphaPresent(layer)) {
776 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 2383 milliseconds