| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshglob.c | 158 FT_Bool top; in psh_blues_set_zones_0() local 319 FT_Int dim, top, bot, delta; in psh_blues_set_zones() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | readable_font_data.cc | 235 int32_t top = length; in SearchUShort() local 264 int32_t top = length; in SearchUShort() local 290 int32_t top = length; in SearchULong() local [all...] |
| /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
|
| /third_party/python/Modules/ |
| H A D | _heapqmodule.c | 260 PyObject* top = PyList_GET_ITEM(heap, 0); in _heapq_heappushpop_impl() local
|
| H A D | getaddrinfo.c | 243 struct addrinfo *top = NULL; in getaddrinfo() local 543 struct addrinfo *top, *cur; global() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 145 PMDataManager *top() const { return S.back(); } in top() function in llvm::PMStack [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 108 auto top = Value & (0xf00000 << 6); // the top four bits in fixup_call() local
|
| /third_party/spirv-tools/source/ |
| H A D | cfa.h | 197 block_info& top = work_list.back(); in DepthFirstTraversal() local
|
| /third_party/toybox/toys/other/ |
| H A D | vmstat.c | 77 struct vmstat_proc top[2]; in vmstat_main() local [all...] |
| /third_party/tzdata/ |
| H A D | strftime.c | 407 int top; in _fmt() local
|
| /third_party/protobuf/python/google/protobuf/ |
| H A D | message.py | 411 from google.protobuf import symbol_database # pylint:disable=g-import-not-at-top namespace
|
| /third_party/python/Lib/ |
| H A D | poplib.py | 339 def top(self, which, howmuch): member in POP3
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) in uint128() argument 162 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize() argument
|
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Rect.h | 71 AI float top() const { return fVals.y(); } in top() function in skgpu::Rect 79 AI void setTop(float top) { fVals.y() = top; } in setTop() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkRect.h | 124 int32_t top() const { return fTop; } in top() function [all...] |
| /third_party/skia/include/private/ |
| H A D | SkTDArray.h | 278 const T& top() const { return (*this)[fCount - 1]; } in top() function in SkTDArray 279 T& top() { return (*this)[fCount - 1]; } in top() function in SkTDArray
|
| /third_party/skia/modules/androidkit/src/ |
| H A D | Canvas.cpp | 136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
|
| /third_party/skia/gm/ |
| H A D | fontmgr.cpp | 229 SkGlyphID left = 0, right = 0, top = 0, bottom = 0; in show_bounds() local
|
| H A D | pathfill.cpp | 376 show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, const SkRect* clip, SkScalar top, const SkScalar bottom) show() argument
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Decorations.cpp | 165 SkScalar top = textStyle.getHeight() != 0 ? this->fDecorationContext.textBlobTop + baseline : rect.fTop; in calculateGaps() local
|
| /test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
| H A D | audio_capture_benchmarktest.cpp | 463 float top = 0.0;
in BENCHMARK_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_parse.c | 136 static const int8_t top[12] = { in ff_h264_check_intra4x4_pred_mode() local 185 static const int8_t top[4] = { LEFT_DC_PRED8x8, 1, -1, -1 }; in ff_h264_check_intra_pred_mode() local
|
| H A D | magicyuv.c | 128 int left, lefttop, top; in magy_decode_slice10() local 258 int left, lefttop, top; in magy_decode_slice() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vp9_intra_msa.c | 150 INTRA_DC_TL_4x4(top); variable 206 INTRA_DC_TL_8x8(top); variable 212 v16u8 top, left, out; in ff_dc_16x16_msa() local 60 ff_hor_16x16_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, const uint8_t *top) ff_hor_16x16_msa() argument 81 ff_hor_32x32_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, const uint8_t *top) ff_hor_32x32_msa() argument 256 INTRA_DC_TL_16x16(top); global() variable 319 INTRA_DC_TL_32x32(top); global() variable [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_blend.c | 55 const AVFrame *top, *bottom; member 169 const uint8_t *top = td->top->data[td->plane]; in filter_slice() local [all...] |