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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 170 bool isAlphaPresent(hwc_layer_1_t const* layer);
hwc_utils.cpp 379 if(needsScaling(layer) && isAlphaPresent(layer)) {
385 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 250 bool isAlphaPresent(hwc_layer_1_t const* layer);
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.h 274 bool isAlphaPresent(hwc_layer_1_t const* layer);
hwc_utils.cpp 770 if(needsScaling(layer) && isAlphaPresent(layer)) {
776 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 296 bool isAlphaPresent(hwc_layer_1_t const* layer);
hwc_copybit.cpp 439 if (isAlphaPresent(layer)) {
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 324 bool isAlphaPresent(hwc_layer_1_t const* layer);
hwc_utils.cpp     [all...]

Completed in 68 milliseconds