/third_party/ffmpeg/libavcodec/ |
H A D | h264_parse.c | 130 * Check if the top & left blocks are available if needed and 136 static const int8_t top[12] = { in ff_h264_check_intra4x4_pred_mode() local 146 int status = top[pred_mode_cache[scan8[0] + i]]; in ff_h264_check_intra4x4_pred_mode() 149 "top block unavailable for requested intra mode %d\n", in ff_h264_check_intra4x4_pred_mode() 178 * Check if the top & left blocks are available if needed and 185 static const int8_t top[4] = { LEFT_DC_PRED8x8, 1, -1, -1 }; in ff_h264_check_intra_pred_mode() local 195 mode = top[mode]; in ff_h264_check_intra_pred_mode() 198 "top block unavailable for requested intra mode\n"); in ff_h264_check_intra_pred_mode()
|
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep.c | 171 snd_config_t *top; in snd_hwdep_open() local 175 err = snd_config_update_ref(&top); in snd_hwdep_open() 178 err = snd_hwdep_open_noupdate(hwdep, top, name, mode); in snd_hwdep_open() 179 snd_config_unref(top); in snd_hwdep_open()
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 164 # if $top is TRUE, it means a top-level page and not a command line option 165 my $top = ($line == 1); 187 if($top != 1) { 211 if($top == 1) { 225 if($top == 1) { 226 print STDERR "$f:$line:1:ERROR: ## empty header top-level mode\n";
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.cc | 193 int ph = param.page.top-param.page.bottom; in processPDFTOPDF() 255 param.page.top = param.page.height; in processPDFTOPDF() 287 param.nup.height = param.page.top - param.page.bottom; in processPDFTOPDF() 305 xpos = param.page.height - param.page.top; in processPDFTOPDF()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_viewport.c | 190 float left, top, right, bottom, max_range, guardband_x, guardband_y; in r600_emit_guardband() local 216 top = (-max_range - vp.translate[1]) / vp.scale[1]; in r600_emit_guardband() 219 assert(left <= -1 && top <= -1 && right >= 1 && bottom >= 1); in r600_emit_guardband() 222 guardband_y = MIN2(-top, bottom); in r600_emit_guardband()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic30.c | 51 unsigned int left, unsigned int top, in vic30_fill() 70 c->surfaceList0Struct.TargetRectTop = top; in vic30_fill() 84 c->blending0Struct.TargetRectTop = top; in vic30_fill() 93 c->fetchControl0Struct.TargetRectTop = top; in vic30_fill() 50 vic30_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) vic30_fill() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | state-values-utils.cc | 346 SparseInputMask::InputIterator* top = Top(); in EnsureValid() local 348 if (top->IsEmpty()) { in EnsureValid() 353 if (top->IsEnd()) { in EnsureValid() 366 Node* value_node = top->GetReal(); in EnsureValid()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ocb128.c | 345 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 351 while (top >>= 1) in CRYPTO_ocb128_encrypt() 437 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local 443 while (top >>= 1) in CRYPTO_ocb128_decrypt()
|
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 418 top = tkinter.Toplevel(parent) 419 top.title("Test MultiCall") 421 top.geometry("+%d+%d" % (x, y + 175)) 422 text = MultiCallCreator(tkinter.Text)(top)
|
/third_party/openssl/crypto/modes/ |
H A D | ocb128.c | 345 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 351 while (top >>= 1) in CRYPTO_ocb128_encrypt() 437 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local 443 while (top >>= 1) in CRYPTO_ocb128_decrypt()
|
/third_party/skia/samplecode/ |
H A D | SamplePathClip.cpp | 81 if (p1.fY <= bounds.top() || p0.fY >= bounds.bottom()) { 86 if (p0.fY < bounds.top()) { 87 p0.fX = SkDoubleToScalar(p0.fX + dxdy * (bounds.top() - p0.fY)); 88 p0.fY = bounds.top();
|
/third_party/skia/src/core/ |
H A D | SkGlyph.h | 185 SkGlyphRect(int16_t left, int16_t top, int16_t right, int16_t bottom) 186 : fRect{left, top, (int16_t)-right, (int16_t)-bottom} { 188 SkASSERT(left != min && top != min && right != min && bottom != min); 266 // of bytes allocated. Copy the width, height, top, left, format, and image into this glyph 317 int top() const { return fTop; } 361 // the fBounds contains the top and bottom of the underline. The fInterval pair contains the 385 // The offset from the glyphs origin on the baseline to the top left of the glyph mask.
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkArithmeticImageFilter.cpp | 219 offset->fY = bounds.top(); in onFilterImage() 237 canvas->translate(SkIntToScalar(-bounds.left()), SkIntToScalar(-bounds.top())); in onFilterImage() 370 SkIntToScalar(bgSubset.top() - backgroundOffset.fY)); in filterImageGPU() 390 SkIntToScalar(fgSubset.top() - foregroundOffset.fY)); in filterImageGPU()
|
H A D | SkBlendImageFilter.cpp | 160 offset->fY = bounds.top(); in onFilterImage() 178 canvas->translate(SkIntToScalar(-bounds.left()), SkIntToScalar(-bounds.top())); in onFilterImage() 286 SkIntToScalar(bgSubset.top() - backgroundOffset.fY)); in filterImageGPU() 302 SkIntToScalar(fgSubset.top() - foregroundOffset.fY)); in filterImageGPU()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftglyph.c | 25 * or text layout engine on top of FreeType. However, they are pretty 75 glyph->top = slot->bitmap_top; in FT_CALLBACK_DEF() 104 target->top = source->top; in FT_CALLBACK_DEF() 130 cbox->yMax = glyph->top * 64; in ft_bitmap_glyph_bbox()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format4.cc | 313 int32_t top = pair_list->size(); in FindCodeOffsetPair() local 314 while (top != bottom) { in FindCodeOffsetPair() 315 location = (top + bottom) / 2; in FindCodeOffsetPair() 319 top = location; in FindCodeOffsetPair()
|
/third_party/python/Modules/ |
H A D | _heapqmodule.c | 260 PyObject* top = PyList_GET_ITEM(heap, 0); in _heapq_heappushpop_impl() local 261 Py_INCREF(top); in _heapq_heappushpop_impl() 262 cmp = PyObject_RichCompareBool(top, item, Py_LT); in _heapq_heappushpop_impl() 263 Py_DECREF(top); in _heapq_heappushpop_impl() 614 but the top cell \"wins\" over the two topped cells.\n"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 478 // At the top level, we run all the passes in this pass manager on the in runOnModule() 571 PMS.top()->getPassManagerType() > PMT_CallGraphPassManager) in assignPassManager() 577 if (PMS.top()->getPassManagerType() == PMT_CallGraphPassManager) in assignPassManager() 578 CGP = (CGPassManager*)PMS.top(); in assignPassManager() 582 PMDataManager *PMD = PMS.top(); in assignPassManager() 587 // [2] Set up new manager's top level manager in assignPassManager()
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 229 SkGlyphID left = 0, right = 0, top = 0, bottom = 0; in show_bounds() local 239 if (cur.fTop < min.fTop ) { min.fTop = cur.fTop ; top = i; } in show_bounds() 291 {top, {min.centerX(), min.top() }, 0}, in show_bounds()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Decorations.cpp | 60 fPosition : (context.clip.top() + fPosition); in paint() 165 SkScalar top = textStyle.getHeight() != 0 ? this->fDecorationContext.textBlobTop + baseline : rect.fTop; in calculateGaps() local 170 const SkScalar bounds[2] = {top - baseline, top + halo - baseline}; in calculateGaps()
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 108 bgPath.moveTo(kBounds.left() , fieldBounds.top()) 109 .lineTo(kBounds.right(), fieldBounds.top()) 115 kBounds.top() + (i + 0.25f) * kBounds.height() / kBackgroundDashCount) 117 kBounds.top() + (i + 0.75f) * kBounds.height() / kBackgroundDashCount);
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | rect.h | 42 * In a valid ARect, left <= right and top <= bottom. ARect with left=0, top=10, 52 int32_t top; member
|
/third_party/libabigail/doc/vizualization/layout/sources/ |
H A D | sa-B.cc | 3 enum mode : short { in, out, top, bottom }; member
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
H A D | sa-B.cc | 3 enum mode : short { in, out, top, bottom }; member
|
/third_party/skia/docs/examples/ |
H A D | Rect_intersect_3.cpp | 10 result.left(), result.top(), result.right(), result.bottom()); in REG_FIDDLE()
|