| /third_party/skia/src/core/ |
| H A D | SkPictureRecord.h | 121 void addInt(int value) { in addInt() argument
|
| H A D | SkWriteBuffer.cpp | 45 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() argument 49 void SkBinaryWriteBuffer::writeScalar(SkScalar value) { in writeScalar() argument 53 void SkBinaryWriteBuffer::writeScalarArray(const SkScalar* value, uint32_t count) { in writeScalarArray() argument 58 void SkBinaryWriteBuffer::writeInt(int32_t value) { in writeInt() argument 62 void SkBinaryWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) { in writeIntArray() argument 67 writeUInt(uint32_t value) writeUInt() argument 71 writeString(const char* value) writeString() argument [all...] |
| H A D | SkEdge.cpp | 28 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) { in SkFDot6ToFixedDiv2() argument [all...] |
| H A D | SkGeometry.h | 24 static Sk2s times_2(const Sk2s& value) { in times_2() argument [all...] |
| H A D | SkPixmap.cpp | 98 float value = 0; in getAlphaf() local 276 uint8_t value = *this->addr8(x, y); getColor() local 283 uint16_t value = *this->addr16(x, y); getColor() local 287 SkHalf value = *this->addr16(x, y); getColor() local 294 uint16_t value = *this->addr16(x, y); getColor() local 299 uint16_t value = *this->addr16(x, y); getColor() local 305 uint32_t value = *this->addr32(x, y); getColor() local 311 uint32_t value = *this->addr32(x, y); getColor() local 317 uint32_t value = *this->addr32(x, y); getColor() local 321 uint32_t value = *this->addr32(x, y); getColor() local 326 uint32_t value = *this->addr32(x, y); getColor() local 336 uint32_t value = *this->addr32(x, y); getColor() local 355 uint32_t value = *this->addr32(x, y); getColor() local 363 uint32_t value = *this->addr32(x, y); getColor() local 372 uint32_t value = *this->addr32(x, y); getColor() local 392 uint64_t value = *this->addr64(x, y); getColor() local [all...] |
| H A D | SkReadBuffer.h | 84 uint32_t value = this->readUInt(); in read32LE() local
|
| H A D | SkGeometry.cpp | 65 static int return_check_zero(int value) { in return_check_zero() argument [all...] |
| H A D | SkMathPriv.h | 25 static inline int SkClampPos(int value) { in SkClampPos() argument 73 SkClampUMax(unsigned value, unsigned max) SkClampUMax() argument 84 sk_negate_to_size_t(int32_t value) sk_negate_to_size_t() argument 225 SkNextLog2(uint32_t value) SkNextLog2() argument 230 SkNextLog2_portable(uint32_t value) SkNextLog2_portable() argument 244 SkPrevLog2(uint32_t value) SkPrevLog2() argument 249 SkPrevLog2_portable(uint32_t value) SkPrevLog2_portable() argument 259 SkNextPow2(int value) SkNextPow2() argument 264 SkNextPow2_portable(int value) SkNextPow2_portable() argument 274 SkPrevPow2(int value) SkPrevPow2() argument 279 SkPrevPow2_portable(int value) SkPrevPow2_portable() argument [all...] |
| H A D | SkWriter32.h | 101 void write8(int32_t value) { in write8() argument 105 write16(int32_t value) write16() argument 109 write32(int32_t value) write32() argument 113 writeScalar(SkScalar value) writeScalar() argument [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleFilterBounds.cpp | 64 static void print_label(SkCanvas* canvas, float x, float y, float value) { in print_label() argument
|
| H A D | SampleXfer.cpp | 279 static float pin_unitize(float min, float max, float value) { in pin_unitize() argument
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrSkSLFP.h | 29 static constexpr add_a_UNIFORM_TYPE_specialization_for<T> value = {}; member 61 T value; member 64 static GrSpecializedUniform<T> Specialize(const T& value) { in Specialize() argument 68 static GrSpecializedUniform<T> SpecializeIf(bool condition, const T& value) { in SpecializeIf() argument 74 T value; member 77 static GrOptionalUniform<T> When(bool condition, const T& value) { in When() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Configurator.cpp | 94 string value = line.substr(pLeft + 1); in readFile() local 184 void Configurator::addValue(string const keyName, string const valueName, string const value) in addValue() argument 245 string value = getValue(keyName, valueName); in getFormatted() local
|
| H A D | Math.hpp | 388 inline T align(T value, unsigned int alignment) in align() argument 394 inline T align(T value) in align() argument
|
| H A D | Thread.hpp | 238 inline int64_t atomicExchange(volatile int64_t *target, int64_t value) in atomicExchange() argument 249 inline int atomicExchange(volatile int *target, int value) in atomicExchange() argument 261 atomicIncrement(volatile int *value) atomicIncrement() argument 270 atomicDecrement(volatile int *value) atomicDecrement() argument 279 atomicAdd(volatile int* target, int value) atomicAdd() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | SwiftConfig.cpp | 102 bool value = newConfig; in hasNewConfiguration() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Configurator.cpp | 94 string value = line.substr(pLeft + 1); in readFile() local 185 void Configurator::addValue(string const keyName, string const valueName, string const value) in addValue() argument 246 string value = getValue(keyName, valueName); in getFormatted() local
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_conf.c | 34 X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, const char *section, const char *name, const char *value) X509V3_EXT_nconf_int() argument 58 X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) X509V3_EXT_nconf() argument 64 X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, const char *value) X509V3_EXT_nconf_nid() argument 79 do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, const char *value) do_ext_nconf() argument 199 v3_check_critical(const char **value) v3_check_critical() argument 213 v3_check_generic(const char **value) v3_check_generic() argument 234 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) v3_generic_extension() argument 280 generic_asn1(const char *value, X509V3_CTX *ctx, long *ext_len) generic_asn1() argument 419 nconf_get_string(void *db, const char *section, const char *value) nconf_get_string() argument 510 conf_lhash_get_string(void *db, const char *section, const char *value) conf_lhash_get_string() argument [all...] |
| H A D | v3_crld.c | 145 static int set_reasons(ASN1_BIT_STRING **preas, char *value) in set_reasons() argument
|
| H A D | v3_san.c | 508 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) a2i_GENERAL_NAME() argument 607 char *name, *value; v2i_GENERAL_NAME_ex() local 641 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) do_othername() argument 673 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) do_dirname() argument [all...] |
| /third_party/openssl/ohos_lite/crypto/ |
| H A D | cryptlib.c | 42 static WCHAR value[48]; in ossl_getenv() local
|
| /third_party/openssl/test/ |
| H A D | bioprinttest.c | 111 size_t value; member 143 uint64_t value; member
|
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | scrypt.c | 179 static int is_power_of_two(uint64_t value) in is_power_of_two() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| H A D | CMap.java | 54 final int value; field in CMap.CMapFormat 56 private CMapFormat(int value) { in CMapFormat() argument 60 public int value() { in value() method in CMap.CMapFormat 64 public boolean equals(int value) { in equals() argument 68 public static CMapFormat valueOf(int value) { in valueOf() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| H A D | LzcompCompress.java | 300 private void encodeLength(int value, int dist, int numDistRanges) { in encodeLength() argument 338 private int encodeLengthCost(int value, int dist, int numDistRanges) { in encodeLengthCost() argument 377 encodeDistance2(int value, int distRanges) encodeDistance2() argument 385 encodeDistance2Cost(int value, int distRanges) encodeDistance2Cost() argument [all...] |