/third_party/skia/gm/ |
H A D | highcontrastfilter.cpp | 90 SkScalar pos[] = { 0.2f, 0.8f }; in draw_scene() local 113 SkScalar pos[] = { 0.2f, 1.0f }; variable
|
H A D | addarc.cpp | 103 SkPoint pos; in DEF_SIMPLE_GM() local
|
H A D | overstroke.cpp | 91 SkPoint pos; in ribs_path() local
|
H A D | roundrects.cpp | 271 SkScalar pos[] = { 0, SK_ScalarHalf, SK_Scalar1 }; variable
|
H A D | lumafilter.cpp | 107 SkScalar pos[] = { 0.2f, 1.0f }; variable
|
H A D | perspshaders.cpp | 72 constexpr SkScalar pos[] = { 0, 0.25f, 0.5f, 0.75f, SK_Scalar1 }; variable
|
/third_party/skia/modules/particles/src/ |
H A D | SkParticleBinding.cpp | 28 struct PosNrm { SkPoint pos; SkVector nrm; }; member 37 SkPoint pos; in linearize_path() local
|
H A D | SkParticleDrawable.cpp | 53 float* pos[] = { in DrawAtlasArrays() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | VenetianBlindsEffect.cpp | 124 const SkScalar pos[] = { variable
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGXMLDOM.cpp | 138 auto pos = color.find_first_not_of(' '); in isPureColor() local
|
/third_party/skia/fuzz/ |
H A D | FuzzGradients.cpp | 28 initGradientParams(Fuzz* fuzz, std::vector<SkColor>* colors, std::vector<SkScalar>* pos, SkTileMode* mode) initGradientParams() argument 68 logLinearGradient(const SkPoint pts[2], const std::vector<SkColor>& colors, const std::vector<SkScalar> pos, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix, const SkMatrix* globalMatrix) logLinearGradient() argument 115 std::vector<SkScalar> pos; fuzzLinearGradient() local 153 std::vector<SkScalar> pos; fuzzRadialGradient() local 191 std::vector<SkScalar> pos; fuzzTwoPointConicalGradient() local 225 std::vector<SkScalar> pos; fuzzSweepGradient() local [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_wrap_vector_synonym.cpp | 28 TransformationWrapVectorSynonym( uint32_t instruction_id, uint32_t vector_operand1, uint32_t vector_operand2, uint32_t fresh_id, uint32_t pos) TransformationWrapVectorSynonym() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 61 Instruction* pos = &*target_bb->begin(); in SinkInstruction() local
|
/third_party/spirv-tools/source/val/ |
H A D | instruction.h | 110 void SetLineNum(size_t pos) { line_num_ = pos; } in SetLineNum() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_fast_common.c | 148 eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, int tlv_type, u8 *pos, size_t len) eap_fast_parse_tlv() argument [all...] |
H A D | eap_pax_common.c | 36 u8 counter, *pos; in eap_pax_kdf() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_methods.c | 95 char *pos, *end; in eap_get_names() local
|
H A D | eap_vendor_test.c | 73 const u8 *pos; in eap_vendor_test_process() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_vendor_test.c | 94 const u8 *pos; in eap_vendor_test_check() local 111 const u8 *pos; in eap_vendor_test_process() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs1.c | 23 u8 *pos; in pkcs1_generate_encryption_block() local 102 u8 *pos, *end; pkcs1_v15_private_key_decrypt() local 139 u8 *pos; pkcs1_decrypt_public_key() local 204 const u8 *pos, *end, *next, *da_end; pkcs1_v15_sig_ver() local [all...] |
H A D | rsa.c | 31 static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end, in crypto_rsa_parse_integer() argument 66 const u8 *pos, *end; in crypto_rsa_import_public_key() local 154 const u8 *pos, *end; crypto_rsa_import_private_key() local [all...] |
H A D | tlsv1_record.c | 154 u8 *pos, *ct_start, *length, *cpayload; in tlsv1_record_send() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit_readline.c | 41 static int pos = 0; in readline_completion_func() local 81 char *pos = str; in trunc_nl() local 112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) edit_init() argument [all...] |
H A D | wpabuf.h | 105 u8 *pos = (u8 *) wpabuf_put(buf, 1); in wpabuf_put_u8() local 111 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_le16() local 117 u8 *pos = (u8 *) wpabuf_put(buf, 4); in wpabuf_put_le32() local 123 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_be16() local 129 u8 *pos = (u8 *) wpabuf_put(buf, 3); in wpabuf_put_be24() local 135 u8 *pos = (u8 *) wpabuf_put(buf, 4); wpabuf_put_be32() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | ndef.c | 38 const u8 *pos = data + 1; in ndef_parse_record() local [all...] |