HomeSort by relevance Sort by last modified time
    Searched refs:isAlphaPresent (Results 1 - 8 of 8) 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/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...]
  /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 270 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...]

Completed in 367 milliseconds