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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 75 LLVMValueRef a_top = lp_build_swizzle_aos(bld, a, swizzle_top); local
77 return lp_build_sub(bld, a_bottom, a_top);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 75 LLVMValueRef a_top = lp_build_swizzle_aos(bld, a, swizzle_top); local
77 return lp_build_sub(bld, a_bottom, a_top);
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 843 int a_top = *a_runs++; local
853 assert_sentinel(a_top, false);
858 RgnOper oper(SkMin32(a_top, b_top), dst, op);
870 if (a_top < b_top) {
871 top = a_top;
877 bot = a_top = b_top;
879 } else if (b_top < a_top) {
882 if (b_bot <= a_top) { // [...] <...>
886 bot = b_top = a_top;
888 } else { // a_top == b_to
    [all...]
  /external/skia/src/core/
SkRegion.cpp 843 int a_top = *a_runs++; local
853 assert_sentinel(a_top, false);
858 RgnOper oper(SkMin32(a_top, b_top), dst, op);
870 if (a_top < b_top) {
871 top = a_top;
877 bot = a_top = b_top;
879 } else if (b_top < a_top) {
882 if (b_bot <= a_top) { // [...] <...>
886 bot = b_top = a_top;
888 } else { // a_top == b_to
    [all...]

Completed in 205 milliseconds