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

  /hardware/qcom/display/msm8960/libhwcomposer/
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.cpp 324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {
330 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 341 if(needsScaling(layer) && isAlphaPresent(layer)) {
347 bool isAlphaPresent(hwc_layer_1_t const* layer) {
    [all...]

Completed in 398 milliseconds