Home
last modified time | relevance | path

Searched defs:bot (Results 1 – 25 of 51) sorted by relevance

123

/external/skqp/src/core/
DSkEdge.cpp65 int bot = SkFDot6Round(y1); in setLine() local
106 int bot = SkFDot6Round(y1); in updateLine() local
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
DSkRegion_path.cpp282 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local
354 int bot = SkMin32(pathBot, clipBot); in setPath() local
DSkRegionPriv.h197 int bot; in computeRunBounds() local
DSkEdge.h118 int bot = SkFDot6Round(y1); in setLine() local
/external/skia/src/core/
DSkEdge.cpp65 int bot = SkFDot6Round(y1); in setLine() local
106 int bot = SkFDot6Round(y1); in updateLine() local
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
DSkRegion_path.cpp282 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local
353 int bot = std::min(pathBot, clipBot); in setPath() local
DSkRegionPriv.h197 int bot; in computeRunBounds() local
DSkEdge.h118 int bot = SkFDot6Round(y1); in setLine() local
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c52 __m128i bot = _mm_loadh_epi32((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local
59 __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local
66 __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local
191 const __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_ssse3() local
197 const __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_ssse3() local
Dcfl_avx2.c72 __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_avx2() local
173 __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_avx2() local
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dalloca_vla_interact.cpp25 char *top, *bot; in foo() local
Dalloca_loop_unpoisoning.cpp22 void *top, *bot; variable
/external/compiler-rt/test/asan/TestCases/
Dalloca_vla_interact.cc21 char *top, *bot; in foo() local
Dalloca_loop_unpoisoning.cc18 void *top, *bot; variable
/external/skqp/infra/bots/recipes/
Dperf.py46 def nanobench_flags(api, bot): argument
Dtest.py40 def dm_flags(api, bot): argument
/external/pcre/dist2/src/
Dpcre2_script_run.c406 int bot = 1; in PRIV() local
/external/libmpeg2/common/x86/
Dideint_cac_ssse3.c106 __m128i bot[4]; in ideint_cac_8x8_ssse3() local
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c63 const uint8x8x4_t bot = vld4_u8(input + input_stride); in cfl_luma_subsampling_420_lbd_neon() local
151 const uint16x4_t bot = vld1_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local
157 const uint16x8_t bot = vld1q_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local
171 const uint16x8x4_t bot = vld4q_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local
/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py168 def overlayBox(top, bot): argument
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_common.h192 float top[4], real[4], bot[4]; in determine_validation_error_offset() local
/external/skqp/tests/
DDetermineDomainModeTest.cpp61 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set()
230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset() local
/external/skia/src/opts/
DSkBitmapProcState_opts.h116 bot = lerp_x(bl, br), in S32_alpha_D32_filter_DX() local
216 bot = interpolate_in_x(A2,A3, B2,B3, interlaced_x_weights); in S32_alpha_D32_filter_DX() local
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java1794 int bot = rows; in putChar() local
1878 int bot = rows; in putChar() local
2787 int bot = R; in putChar() local
/external/libaom/libaom/av1/common/
Dcfl.c218 const int bot = i + input_stride; in cfl_luma_subsampling_420_lbd_c() local
262 const int bot = i + input_stride; in cfl_luma_subsampling_420_hbd_c() local

123