Home
last modified time | relevance | path

Searched defs:top (Results 401 - 425 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c158 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 Dreadable_font_data.cc235 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 Dindex_sub_table_format4.cc313 int32_t top = pair_list->size(); in FindCodeOffsetPair() local
/third_party/python/Modules/
H A D_heapqmodule.c260 PyObject* top = PyList_GET_ITEM(heap, 0); in _heapq_heappushpop_impl() local
H A Dgetaddrinfo.c243 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 DLegacyPassManagers.h145 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 DAVRAsmBackend.cpp108 auto top = Value & (0xf00000 << 6); // the top four bits in fixup_call() local
/third_party/spirv-tools/source/
H A Dcfa.h197 block_info& top = work_list.back(); in DepthFirstTraversal() local
/third_party/toybox/toys/other/
H A Dvmstat.c77 struct vmstat_proc top[2]; in vmstat_main() local
[all...]
/third_party/tzdata/
H A Dstrftime.c407 int top; in _fmt() local
/third_party/protobuf/python/google/protobuf/
H A Dmessage.py411 from google.protobuf import symbol_database # pylint:disable=g-import-not-at-top namespace
/third_party/python/Lib/
H A Dpoplib.py339 def top(self, which, howmuch): member in POP3
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h147 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 DRect.h71 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 DSkRect.h124 int32_t top() const { return fTop; } in top() function
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h278 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 DCanvas.cpp136 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 Dfontmgr.cpp229 SkGlyphID left = 0, right = 0, top = 0, bottom = 0; in show_bounds() local
H A Dpathfill.cpp376 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 DDecorations.cpp165 SkScalar top = textStyle.getHeight() != 0 ? this->fDecorationContext.textBlobTop + baseline : rect.fTop; in calculateGaps() local
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp463 float top = 0.0; in BENCHMARK_F() local
/third_party/ffmpeg/libavcodec/
H A Dh264_parse.c136 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 Dmagicyuv.c128 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 Dvp9_intra_msa.c150 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 Dvf_blend.c55 const AVFrame *top, *bottom; member
169 const uint8_t *top = td->top->data[td->plane]; in filter_slice() local
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...32