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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 916 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 916 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 557 int& dst_b = dst.bottom; local
586 if(dst_b > sci_b) {
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
588 dst_b = sci_b;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 518 int& dst_b = dst.bottom; local
547 if(dst_b > sci_b) {
548 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
549 dst_b = sci_b;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 517 int& dst_b = dst.bottom; local
546 if(dst_b > sci_b) {
547 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
548 dst_b = sci_b;
    [all...]

Completed in 93 milliseconds