Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(activity); in testInnerText() local
48 LinearLayout top = new LinearLayout(activity); in shouldOnlyIncludeViewTextViewsText() local
58 LinearLayout top = new LinearLayout(activity); in shouldNotPrefixBogusSpaces() local
/external/skia/tests/
DCanvasStateHelpers.cpp16 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
DPathOpsLineIntersectionTest.cpp135 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/
Dvideo_render_mac_carbon_impl.cc122 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/webp/src/dsp/
Dlossless.c116 static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { in Predictor0()
121 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { in Predictor1()
125 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2()
129 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3()
133 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4()
137 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
141 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
145 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
149 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
154 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
[all …]
Dlossless_mips_dsp_r2.c190 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
194 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
198 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
202 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
207 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
212 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10()
216 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11()
220 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12()
224 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
Denc.c229 const uint8_t* top, int size) { in VerticalPred()
251 const uint8_t* top, int size) { in TrueMotion()
281 const uint8_t* top, in DCMode()
307 const uint8_t* top) { in IntraChromaPreds()
327 const uint8_t* left, const uint8_t* top) { in Intra16Preds()
341 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
354 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
366 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
373 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
392 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
Denc_sse2.c584 static WEBP_INLINE void VE8uv(uint8_t* dst, const uint8_t* top) { in VE8uv()
592 static WEBP_INLINE void VE16(uint8_t* dst, const uint8_t* top) { in VE16()
601 const uint8_t* top, int size) { in VerticalPred()
645 const uint8_t* top, int size) { in TM()
673 const uint8_t* top, int size) { in TrueMotion()
694 const uint8_t* top) { in DC8uv()
704 static WEBP_INLINE void DC8uvNoLeft(uint8_t* dst, const uint8_t* top) { in DC8uvNoLeft()
722 const uint8_t* top) { in DC8uvMode()
737 const uint8_t* top) { in DC16()
752 static WEBP_INLINE void DC16NoLeft(uint8_t* dst, const uint8_t* top) { in DC16NoLeft()
[all …]
/external/libxml2/doc/
Dindex.py690 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/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc45 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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Deffect.js256 {left: '0px', top: '200px', opacity: 1}, property
257 {left: '200px', top: '0px'}, property
258 {left: '0px', top: '200px', opacity: 0}, property
259 {top: '0px', opacity: 1}, property
260 {left: '200px', top: '200px', opacity: 0} property
323 {left: '0px', top: '0px'}, property
324 {left: '10px', top: '10px'}, property
325 {top: '20px'} property
334 {left: '10px', top: '10px'}, property
335 {left: '20px', top: '20px'} property
[all …]
/external/opencv3/3rdparty/libwebp/dsp/
Denc.c237 const uint8_t* top, int size) { in VerticalPred()
259 const uint8_t* top, int size) { in TrueMotion()
289 const uint8_t* top, in DCMode()
315 const uint8_t* top) { in IntraChromaPreds()
335 const uint8_t* left, const uint8_t* top) { in Intra16Preds()
348 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
361 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
373 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
380 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
399 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc91 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/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp18 float top) { in SetBoundingBox()
33 float* top) { in GetBoundingBox()
52 float top) { in FPDFPage_SetMediaBox()
64 float top) { in FPDFPage_SetCropBox()
76 float* top) { in FPDFPage_GetMediaBox()
85 float* top) { in FPDFPage_GetCropBox()
211 float top) { in FPDF_CreateClipPath()
/external/libxml2/test/relaxng/
Dempty1.rng8 <define name="top"> namedPattern
9 <element name="top"> element
Dempty0.rng8 <define name="top"> namedPattern
9 <element name="top"> element
/external/skia/src/gpu/
DGrSurface.cpp49 int* left, int* top, int* width, int* height, in adjust_params()
75 int* left, int* top, int* width, int* height, in AdjustReadPixelParams()
85 int* left, int* top, int* width, int* height, in AdjustWritePixelParams()
95 bool GrSurface::writePixels(int left, int top, int width, int height, in writePixels()
107 bool GrSurface::readPixels(int left, int top, int width, int height, in readPixels()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.cc84 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/v8/src/heap/
Dstore-buffer-inl.h17 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top()); in Mark() local
39 Address* top = old_top_; in EnterDirectlyIntoStoreBuffer() local
/external/webp/src/enc/
Dpicture_rescale.c36 int* const left, int* const top) { in SnapTopLeftPosition()
45 int* const left, int* const top, in AdjustAndCheckRectangle()
90 int left, int top, int width, int height, in WebPPictureView()
123 int left, int top, int width, int height) { in WebPPictureCrop()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
34 public void set(int left, int top, int right, int bottom) { in set()
104 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
/external/skia/src/core/
DSkEdge.cpp61 int top = SkFDot6Round(y0); in setLine() local
102 int top = SkFDot6Round(y0); in updateLine() local
127 int top = fFirstY; in chopLineWithClip() local
208 int top = SkFDot6Round(y0); in setQuadratic() local
371 int top = SkFDot6Round(y0); in setCubic() local
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.cc78 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/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.isonscreen.js18 top: $(window).scrollTop(), property
40 top: $(window).scrollTop(), property
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DBox.java21 private Item top; field in Box
34 public void setTop(Item top) { in setTop()

12345678910>>...24