/external/libaom/libaom/av1/common/arm/ |
D | cfl_neon.c | 50 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local 54 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local 58 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local 62 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_420_lbd_neon() local 88 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local 91 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local 94 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local 97 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_422_lbd_neon() local 115 const uint16x8_t top = vshll_n_u8(vldh_dup_u8(input), 3); in cfl_luma_subsampling_444_lbd_neon() local 118 const uint16x8_t top = vshll_n_u8(vld1_u8(input), 3); in cfl_luma_subsampling_444_lbd_neon() local [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ViewInnerTextTest.java | 27 LinearLayout top = new LinearLayout(context); in testInnerText() local 48 LinearLayout top = new LinearLayout(context); in shouldOnlyIncludeViewTextViewsText() local 58 LinearLayout top = new LinearLayout(context); in shouldNotPrefixBogusSpaces() local
|
/external/skqp/tests/ |
D | CanvasStateHelpers.cpp | 22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw() 35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw() 58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
D | PathOpsLineIntersectionTest.cpp | 135 double top = SkTMin(line1[0].fY, line1[1].fY); in testOne() local 142 double top = SkTMin(line2[0].fY, line2[1].fY); in testOne() local 182 double top = SkTMin(line1[0].fY, line1[1].fY); in testOneCoincident() local 191 double top = SkTMin(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
/external/skia/tests/ |
D | CanvasStateHelpers.cpp | 22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw() 35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw() 58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
D | PathOpsLineIntersectionTest.cpp | 135 double top = SkTMin(line1[0].fY, line1[1].fY); in testOne() local 142 double top = SkTMin(line2[0].fY, line2[1].fY); in testOne() local 182 double top = SkTMin(line1[0].fY, line1[1].fY); in testOneCoincident() local 191 double top = SkTMin(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.cc | 122 const float top, in AddIncomingRenderStream() 159 float& top, in GetIncomingRenderStreamProperties() 230 const float top, in SetStreamCropping() 240 const float top, in ConfigureRenderer() 259 const float top, in SetText() 270 const float top, in SetBitmap()
|
/external/libchrome/ui/gfx/geometry/ |
D | insets_f.h | 25 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF() 28 constexpr float top() const { return top_; } in top() function 44 void Set(float top, float left, float bottom, float right) { in Set()
|
D | insets.h | 34 constexpr Insets(int top, int left, int bottom, int right) in Insets() 37 constexpr int top() const { return top_; } in top() function 53 void Set(int top, int left, int bottom, int right) { in Set()
|
/external/libaom/libaom/av1/common/x86/ |
D | cfl_ssse3.c | 50 __m128i top = _mm_loadh_epi32((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local 57 __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local 64 __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local 104 __m128i top = _mm_loadh_epi32((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local 108 __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local 112 __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local 189 const __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_420_hbd_ssse3() local 195 const __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_420_hbd_ssse3() local 244 const __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_422_hbd_ssse3() local 248 const __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_422_hbd_ssse3() local
|
/external/webp/src/enc/ |
D | picture_rescale_enc.c | 40 int* const left, int* const top) { in SnapTopLeftPosition() 49 int* const left, int* const top, in AdjustAndCheckRectangle() 94 int left, int top, int width, int height, in WebPPictureView() 127 int left, int top, int width, int height) { in WebPPictureCrop() 282 int left, int top, int width, int height, in WebPPictureView() 294 int left, int top, int width, int height) { in WebPPictureCrop()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 32 float top) { in SetBoundingBox() 45 float* top) { in GetBoundingBox() 67 float top) { in FPDFPage_SetMediaBox() 79 float top) { in FPDFPage_SetCropBox() 91 float* top) { in FPDFPage_GetMediaBox() 100 float* top) { in FPDFPage_GetCropBox() 214 float top) { in FPDF_CreateClipPath()
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.cc | 45 const float top, in AddIncomingRenderStream() 64 float& top, in GetIncomingRenderStreamProperties() 136 const float top, in SetStreamCropping() 148 const float top, in ConfigureRenderer() 170 const float top, in SetText() 182 const float top, in SetBitmap()
|
/external/libxml2/doc/ |
D | index.py | 690 def analyzeAPIFile(top): argument 705 def analyzeAPIFiles(top): argument 720 def analyzeAPIEnum(top): argument 735 def analyzeAPIConst(top): argument 750 def analyzeAPIType(top): argument 764 def analyzeAPIFunctype(top): argument 778 def analyzeAPIStruct(top): argument 801 def analyzeAPIMacro(top): argument 840 def analyzeAPIFunction(top): argument 891 def analyzeAPISymbols(top): argument
|
/external/webp/src/dsp/ |
D | lossless.c | 110 static uint32_t Predictor0_C(uint32_t left, const uint32_t* const top) { in Predictor0_C() 115 static uint32_t Predictor1_C(uint32_t left, const uint32_t* const top) { in Predictor1_C() 119 static uint32_t Predictor2_C(uint32_t left, const uint32_t* const top) { in Predictor2_C() 123 static uint32_t Predictor3_C(uint32_t left, const uint32_t* const top) { in Predictor3_C() 127 static uint32_t Predictor4_C(uint32_t left, const uint32_t* const top) { in Predictor4_C() 131 static uint32_t Predictor5_C(uint32_t left, const uint32_t* const top) { in Predictor5_C() 135 static uint32_t Predictor6_C(uint32_t left, const uint32_t* const top) { in Predictor6_C() 139 static uint32_t Predictor7_C(uint32_t left, const uint32_t* const top) { in Predictor7_C() 143 static uint32_t Predictor8_C(uint32_t left, const uint32_t* const top) { in Predictor8_C() 148 static uint32_t Predictor9_C(uint32_t left, const uint32_t* const top) { in Predictor9_C() [all …]
|
D | lossless_mips_dsp_r2.c | 191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2() 195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2() 199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2() 203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2() 208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2() 214 const uint32_t* const top) { in Predictor10_MIPSdspR2() 219 const uint32_t* const top) { in Predictor11_MIPSdspR2() 224 const uint32_t* const top) { in Predictor12_MIPSdspR2() 229 const uint32_t* const top) { in Predictor13_MIPSdspR2()
|
D | enc.c | 239 const uint8_t* top, int size) { in VerticalPred() 261 const uint8_t* top, int size) { in TrueMotion() 291 const uint8_t* top, in DCMode() 317 const uint8_t* top) { in IntraChromaPreds_C() 337 const uint8_t* left, const uint8_t* top) { in Intra16Preds_C() 351 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4() 364 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() 376 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 383 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 402 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() [all …]
|
D | lossless_enc.c | 781 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2() 785 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3() 789 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4() 793 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5() 797 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6() 801 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7() 805 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8() 810 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9() 815 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10() 819 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11() [all …]
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.cc | 91 const float top, in AddIncomingRenderStream() 129 float& top, in GetIncomingRenderStreamProperties() 239 const float top, in SetStreamCropping() 260 const float top, in ConfigureRenderer() 300 const float top, in SetText() 321 const float left, const float top, in SetBitmap()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 21 private Item top; field in Box 34 public void setTop(Item top) { in setTop()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.cc | 84 const float top, in AddIncomingRenderStream() 134 float& top, in GetIncomingRenderStreamProperties() 224 const float top, in ConfigureRenderer() 239 const float left, const float top, in SetText() 252 const float top, in SetBitmap()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
D | MockRectF.java | 47 public void $init(float left, float top, float right, float bottom) { in $init() 69 public void offsetTo(float left, float top) { in offsetTo()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.cc | 78 const float left, const float top, in AddIncomingRenderStream() 126 float& top, in GetIncomingRenderStreamProperties() 284 const float top, in ConfigureRenderer() 298 const float left, const float top, in SetText() 308 const float left, const float top, in SetBitmap()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 64 int top = SkFDot6Round(y0); in setLine() local 105 int top = SkFDot6Round(y0); in updateLine() local 130 int top = fFirstY; in chopLineWithClip() local 213 int top = SkFDot6Round(y0); in setQuadraticWithoutUpdate() local 388 int top = SkFDot6Round(y0); in setCubicWithoutUpdate() local
|
/external/skqp/src/core/ |
D | SkEdge.cpp | 64 int top = SkFDot6Round(y0); in setLine() local 105 int top = SkFDot6Round(y0); in updateLine() local 130 int top = fFirstY; in chopLineWithClip() local 213 int top = SkFDot6Round(y0); in setQuadraticWithoutUpdate() local 388 int top = SkFDot6Round(y0); in setCubicWithoutUpdate() local
|