Home
last modified time | relevance | path

Searched defs:bottom (Results 1 - 25 of 240) sorted by relevance

12345678910

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DIntegerRatio.cpp37 int bottom = mDenominator / prime; in reduce() local
/third_party/mesa3d/include/android_stub/android/
H A Drect.h56 int32_t bottom; member
/third_party/skia/bench/
H A DTableBench.cpp52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, variable
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
H A DSkottieSample.java38 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
H A DRuntimeSample.java37 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
H A DImageShaderSample.java34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render() argument
H A DSample.java16 public void render(Canvas canvas, long t, float left, float top, float right, float bottom); in render() argument
/third_party/skia/docs/examples/
H A DChromeMDRefreshTabs.cpp10 const float bottom = std::ceil(size.fHeight * scale); in REG_FIDDLE() local
[all...]
H A DChromeMDRefreshTab.cpp12 const float bottom = size.fHeight * scale; in REG_FIDDLE() local
76 const float bottom = std::ceil(size.fHeight * scale); REG_FIDDLE() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dspherical.c37 av_spherical_tile_bounds(const AVSphericalMapping *map, size_t width, size_t height, size_t *left, size_t *top, size_t *right, size_t *bottom) av_spherical_tile_bounds() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java30 protected Panel bottom; field in InfoDialog
/third_party/skia/tests/
H A DCanvasStateHelpers.cpp25 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw() argument
37 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw_from_canvas_state() argument
47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument
60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
H A DPathOpsLineIntersectionTest.cpp136 double bottom = std::max(line1[0].fY, line1[1].fY); in testOne() local
143 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local
183 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local
192 double bottom = std::max(line2[0].fY, line2[1].fY); in testOneCoincident() local
/third_party/skia/src/core/
H A DSkTSort.h34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() argument
68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown() argument
[all...]
H A DSkRegionPriv.h180 int bottom = runs[0]; local
/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() argument
128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() argument
H A DSkIntersectionHelper.h34 SkScalar bottom() const { in bottom() function in SkIntersectionHelper
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-opbd-table.hh99 hb_position_t left = 0, top = 0, right = 0, bottom = 0, ignore; in get_bounds() local
/third_party/skia/gm/
H A Dpatch.cpp39 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local
/third_party/cups-filters/filter/
H A Dcommon.c409 WriteLabelProlog(const char *label, float bottom, float top, float width) WriteLabelProlog() argument
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.h26 float top,left,right,bottom; // i.e. margins member
/third_party/mesa3d/include/android_stub/nativebase/
H A Dnativebase.h63 int32_t bottom; member
/third_party/mesa3d/src/mesa/main/
H A Dscissor.c228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error() argument
236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed() argument
202 scissor_indexed_err(struct gl_context *ctx, GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height, const char *function) scissor_indexed_err() argument
/third_party/libdrm/tests/tegra/
H A Dvic41.c45 vic41_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic41_fill() argument
H A Dvic42.c45 vic42_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic42_fill() argument

Completed in 11 milliseconds

12345678910