Searched refs:a_top (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c75 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/
H A Dlp_bld_quad.c75 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/
H A DSkRegion.cpp838 int a_top = *a_runs++; local
848 assert_sentinel(a_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
866 top = a_top;
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
877 if (b_bot <= a_top) { // [...] <...>
881 bot = b_top = a_top;
883 } else { // a_top
[all...]
/external/skia/src/core/
H A DSkRegion.cpp838 int a_top = *a_runs++; local
848 assert_sentinel(a_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
866 top = a_top;
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
877 if (b_bot <= a_top) { // [...] <...>
881 bot = b_top = a_top;
883 } else { // a_top
[all...]

Completed in 297 milliseconds