| /third_party/skia/src/utils/ |
| H A D | SkPaintFilterCanvas.cpp | 124 void SkPaintFilterCanvas::onDrawImage2(const SkImage* image, SkScalar left, SkScalar top, in onDrawImage2() argument
|
| H A D | SkPatchUtils.cpp | 316 SkPoint left = fLeft.next(), right = fRight.next(); in MakeVertices() local
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLPipelineStageCodeGenerator.cpp | 555 const Expression& left = *b.left(); in writeBinaryExpression() local
|
| /third_party/openssl/test/ |
| H A D | drbgtest.c | 302 static int compare_drbg_fork_result(const void * left, const void * right) in compare_drbg_fork_result() argument 325 static int compare_rand_chunk(const void * left, const void * right) in compare_rand_chunk() argument
|
| /third_party/skia/third_party/externals/piex/src/ |
| H A D | tiff_parser.cc | 582 std::uint32_t left; in GetFullDimension32() local
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | deflate.c | 949 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex; local 1733 unsigned len, left, have, last = 0; local [all...] |
| /third_party/skia/tools/ |
| H A D | ToolUtils.cpp | 309 const SkPoint3 left = SkPoint3::Make(-SK_ScalarRoot2Over2, 0.0f, SK_ScalarRoot2Over2); in create_frustum_normal_map() local
|
| /third_party/toybox/kconfig/ |
| H A D | expr.h | 45 union expr_data left, right; member
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnsafeUtil.java | 448 private static int firstDifferingByteIndexNativeEndian(long left, long right) { in firstDifferingByteIndexNativeEndian() argument 464 static int mismatch(byte[] left, int leftOff, byte[] right, int rightOff, int length) { in mismatch() argument [all...] |
| H A D | RopeByteString.java | 134 private final ByteString left; field in RopeByteString 146 private RopeByteString(ByteString left, ByteString right) { in RopeByteString() argument 167 concatenate(ByteString left, ByteString right) concatenate() argument 230 concatenateBytes(ByteString left, ByteString right) concatenateBytes() argument 249 newInstanceForTest(ByteString left, ByteString right) newInstanceForTest() argument 629 balance(ByteString left, ByteString right) balance() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_file.cc | 373 std::string left = "\""; in CreateHeaderInclude() local
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | volume.c | 661 pa_volume_t left = 0, right = 0; in get_avg() local 692 pa_volume_t left, right; in pa_cvolume_get_balance() local 725 pa_volume_t left, nleft, right, nright, m; set_balance() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.cc | 756 CordRep* left = node->edges_[front.index]; in SubTree() local 810 CordRepBtree* CordRepBtree::MergeTrees(CordRepBtree* left, in MergeTrees() argument [all...] |
| H A D | cord_internal.h | 266 CordRep* left; member
|
| H A D | cord_rep_btree_test.cc | 588 CordRepBtree* left = MakeLeaf(3); in TEST_P() local 590 refs.RefIf(first_shared(), left); in TEST_P() local 614 CordRepBtree* left = MakeLeaf(CordRepBtree::kMaxCapacity - 2); in TEST_P() local 615 refs.RefIf(first_shared(), left); in TEST_P() local 637 CordRepBtree* left = MakeTree(CordRepBtree::kMaxCapacity * 3); TEST_P() local 639 refs.RefIf(first_shared(), left); TEST_P() local 665 CordRepBtree* left = MakeTree(CordRepBtree::kMaxCapacity * 2 + 2); TEST_P() local 667 refs.RefIf(first_shared(), left); TEST_P() local 693 CordRepBtree* left = MakeTree(CordRepBtree::kMaxCapacity * 3 - 2); TEST_P() local 695 refs.RefIf(first_shared(), left); TEST_P() local 742 CordRepBtree* left = MakeTree(random_leaf_count(), coin_flip(rnd)); TEST() local 746 RefEdgesAt(dist(rnd), refs, left); TEST() local 940 auto* left = MakeConcat(flats[0], flats[1]); TEST_P() local 954 auto* left = MakeConcat(flats[0], flats[1]); TEST_P() local 969 auto* left = MakeConcat(flats[0], flats[1]); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_ring_test.cc | 265 CordRepConcat* MakeConcat(CordRep* left, CordRep* right, int depth = 0) { in MakeConcat() argument 600 auto* left = MakeConcat(RefIfInputSharedIndirect(flats[0]), flats[1]); in TEST_P() local 614 auto* left = MakeConcat(RefIfInputSharedIndirect(flats[0]), flats[1]); in TEST_P() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | OneLineShaper.cpp | 795 enum class Dir { left, right }; member in skia::textlayout::Dir
|
| /third_party/skia/include/c/ |
| H A D | sk_types.h | 78 int32_t left; member 85 float left; member
|
| /third_party/skia/experimental/sktext/include/ |
| H A D | Types.h | 154 bool left() const { in left() function
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | Canvas.java | 82 public void clipRect(float left, float top, float right, float bottom, in clipRect() argument 87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() argument 96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() argument 175 private static native void nClipRect(long nativeInstance, float left, float top, float right, in nClipRect() argument 177 private static native void nClipRRect(long nativeInstance, float left, float top, float right, in nClipRRect() argument 185 nDrawRect(long nativeInstance, float left, float top, float right, float bottom, long nativePaint) nDrawRect() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_macsec_qca.c | 139 size_t left; in macsec_qca_handle_data() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | ikev2_common.c | 253 unsigned int plen, pdatalen, left; in ikev2_parse_payloads() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_peap.c | 476 size_t left, tlv_len; in eap_tlv_process() local 973 size_t left; eap_peap_process() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | x509v3.c | 817 size_t left; in x509_parse_ext_basic_constraints() local 1372 size_t left; in x509_parse_tbs_certificate() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os_internal.c | 444 size_t left = siz; in os_strlcpy() local
|