Home
last modified time | relevance | path

Searched refs:bottom (Results 176 - 200 of 604) sorted by relevance

12345678910>>...25

/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
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 DIRect_intersect_2.cpp10 result.left(), result.top(), result.right(), result.bottom()); in REG_FIDDLE()
H A DRect_intersect.cpp11 leftRect.right(), leftRect.bottom()); in REG_FIDDLE()
H A DIRect_intersect.cpp11 leftRect.right(), leftRect.bottom()); in REG_FIDDLE()
H A DRect_contains.cpp11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
H A DIRect_contains.cpp11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
H A DRRect_Type.cpp15 canvas->drawString(typeStr[(int) rrect.type()], rect.centerX(), rect.bottom() + 20, paint); in REG_FIDDLE()
H A DIRect_size.cpp10 SkDebugf("rect: %d, %d, %d, %d ", rect.left(), rect.top(), rect.right(), rect.bottom()); in REG_FIDDLE()
/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-A.cc3 enum mode : short { in, out, top, bottom };
H A Dsa-C.cc3 enum mode : short { in, out, top, bottom };
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-A.cc3 enum mode : short { in, out, top, bottom };
H A Dsa-C.cc3 enum mode : short { in, out, top, bottom };
/third_party/typescript/tests/baselines/reference/
H A DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.js10 bottom: { left: Point, right: Point }
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h84 /* Values for |bottom| in BN_rand() */
217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
219 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
220 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
222 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/openssl/include/openssl/
H A Dbn.h84 /* Values for |bottom| in BN_rand() */
217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
219 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
220 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
222 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp407 int top, bottom;
410 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
412 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
417 bottom += 1;
419 if (top >= clip->fBottom || bottom <= clip->fTop) {
422 if (clip->fTop <= top && clip->fBottom >= bottom) {
427 if (y0 > y1) { // we want to go top-to-bottom
584 SkFDot6 bottom = std::max(y0, y1);
590 SkFDot6Ceil(bottom) + 1);
H A DSkRegion.cpp97 assert_sentinel(runs[1], false); // bottom
187 SkRegion_kRunTypeSentinel == r.bottom()) { in setRect()
281 // trim off any empty spans from the top and bottom in setRuns()
286 assert_sentinel(runs[1], false); // bottom in setRuns()
291 runs[0] = runs[-2]; // set new top to prev bottom in setRuns()
302 if (stop[-5] == SkRegion_kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs in setRuns()
310 assert_sentinel(stop[-6], false); // last bottom in setRuns()
622 int bottom = *sruns++; in translate() local
623 if (bottom == SkRegion_kRunTypeSentinel) { in translate()
626 *druns++ = (SkRegion::RunType)(bottom in translate()
840 addSpan(int bottom, const SkRegionPriv::RunType a_runs[], const SkRegionPriv::RunType b_runs[]) addSpan() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp624 Vertex* bottom = winding < 0 ? prev : next; in makeEdge()
625 return fAlloc->make<Edge>(top, bottom, winding, type); in makeEdge()
742 Vertex* bottom = edge->fBottom; in rewind_if_necessary() local
750 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in rewind_if_necessary()
751 !edge->fLeft->isLeftOf(bottom)) { in rewind_if_necessary()
753 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()
764 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) && in rewind_if_necessary()
765 !edge->fRight->isRightOf(bottom)) { in rewind_if_necessary()
767 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) && in rewind_if_necessary()
889 Vertex* bottom; in splitEdge() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dspherical.h170 uint32_t bound_bottom; ///< Distance from the bottom edge
203 * @param bottom Pixels from the bottom edge.
208 size_t *right, size_t *bottom);
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A Dcreatedoc.bat7 javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2004" %DOC_TYPE% com.ibm.rbm com.ibm.rbm.gui
/third_party/icu/icu4c/source/samples/layout/
H A DSurface.cpp25 clip.bottom = height; in drawGlyphs()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DSurface.cpp25 clip.bottom = height; in drawGlyphs()
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c1172 int* bottom, in generate_sizes()
1199 if ((attr = ippFindAttribute(response, "media-bottom-margin-supported", in generate_sizes()
1201 for (i = 1, *bottom = ippGetInteger(attr, 0), count = ippGetCount(attr); in generate_sizes()
1203 if (ippGetInteger(attr, i) < *bottom) in generate_sizes()
1204 *bottom = ippGetInteger(attr, i); in generate_sizes()
1206 *bottom = 1270; in generate_sizes()
1244 "media-bottom-margin", IPP_TAG_INTEGER)) in generate_sizes()
1248 bottom_def = *bottom; in generate_sizes()
1317 if ((margin = ippFindAttribute(media_col, "media-bottom-margin", in generate_sizes()
1319 temp.bottom in generate_sizes()
1166 generate_sizes(ipp_t *response, ipp_attribute_t **defattr, int* min_length, int* min_width, int* max_length, int* max_width, int* bottom, int* left, int* right, int* top, char* ppdname) generate_sizes() argument
1601 bottom, /* Largest bottom margin */ ppdCreateFromIPP2() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp124 states[i].maxy = pRect->bottom < 0 ? 0 : pRect->bottom; in SetScissorRects()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream_builder_h264.cpp102 || frame_cropping_codec_config.bottom in build_sps()
128 frame_cropping_codec_config.bottom }; in build_sps()

Completed in 19 milliseconds

12345678910>>...25