OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_top
(Results
1 - 2
of
2
) sorted by null
/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/skia/src/core/
SkRegion.cpp
838
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
== b_to
[
all
...]
Completed in 60 milliseconds