| /third_party/skia/src/core/ |
| H A D | SkEndian.h | 41 static inline void SkEndianSwap16s(uint16_t array[], int count) { in SkEndianSwap16s() argument 70 static inline void SkEndianSwap32s(uint32_t array[], int count) { in SkEndianSwap32s() argument 106 static inline void SkEndianSwap64s(uint64_t array[], int count) { in SkEndianSwap64s() argument
|
| H A D | SkDescriptor.cpp | 50 int count = fCount; in findEntry() local 105 uint32_t count = fCount; in isValid() local
|
| H A D | SkMaskCache.cpp | 166 FindAndRef(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, SkMask* mask, SkResourceCache* localCache) FindAndRef() argument 180 Add(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument
|
| H A D | SkPointPriv.h | 22 static bool AreFinite(const SkPoint array[], int count) { in AreFinite() argument
|
| H A D | SkSharedMutex.cpp | 112 int count() const { in count() function in SkSharedMutex::ThreadIDSet [all...] |
| H A D | SkMatrixPriv.h | 85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() argument 134 MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, const SkPoint src[], size_t srcStride, int count) MapPointsWithStride() argument [all...] |
| H A D | SkRect.cpp | 67 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() argument 107 void SkRect::setBoundsNoCheck(const SkPoint pts[], int count) { in setBoundsNoCheck() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrManagedResource.h | 90 auto count = this->getRefCnt(); in ~GrManagedResource() local [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleChart.cpp | 15 static void gen_data(SkScalar yAvg, SkScalar ySpread, int count, SkTDArray<SkScalar>* dataPts) { in gen_data() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrConvexPolyEffect.cpp | 198 int count = d->fRandom->nextULessThan(kMaxEdges) + 1; in TestCreate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | parseConst.cpp | 188 int count = 0; in visitConstantUnion() local 201 int count = 0; in visitConstantUnion() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Stream.hpp | 100 unsigned char count; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkFramebuffer.cpp | 83 const uint32_t count = std::min(clearValueCount, attachmentCount); in executeLoadOp() local
|
| H A D | VkRenderPass.cpp | 50 void CopySubpasses(VkSubpassDescription *dst, const T *src, uint32_t count) in CopySubpasses() argument 68 void CopyAttachmentDescriptions(VkAttachmentDescription *dst, const T *src, uint32_t count) in CopyAttachmentDescriptions() argument 85 void CopyAttachmentReferences(VkAttachmentReference *dst, const T *src, uint32_t count) in CopyAttachmentReferences() argument 95 void CopySubpassDependencies(VkSubpassDependency *dst, const T *src, uint32_t count) in CopySubpassDependencies() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | VkSurfaceKHR.cpp | 103 uint32_t count = getSurfaceFormatsCount(); in getSurfaceFormats() local 128 uint32_t count = getPresentModeCount(); in getPresentModes() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | WritableFontData.java | 206 public int writePadding(int index, int count) { in writePadding() argument 218 public int writePadding(int index, int count, byte pad) { in writePadding() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | RecordList.java | 19 private int count; field in RecordList 61 public int count() { in count() method in RecordList 72 private int sizeOfList(int count) { in sizeOfList() argument [all...] |
| H A D | RecordsTable.java | 81 public int count() { in count() method in RecordsTable.Builder
|
| /third_party/skia/third_party/externals/spirv-cross/tests-other/ |
| H A D | c_api_test.c | 68 size_t count = 0; in dump_resource_list() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | transformation_add_bit_instruction_synonym.cpp | 203 const uint32_t count = fuzzerutil::MaybeGetIntegerConstant( in AddOpBitwiseOrOpNotSynonym() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_add_bit_instruction_synonym.cpp | 203 const uint32_t count = fuzzerutil::MaybeGetIntegerConstant( in AddOpBitwiseOrOpNotSynonym() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
| H A D | reducer_test.cpp | 228 ss << "temp_" << count << ".spv"; in InterestingWhileOpcodeExists() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() local 224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, uint32_t opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument 254 InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileIMulReachable() argument 259 InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileSDivReachable() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-bignum-dtoa.cpp | 297 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits() argument [all...] |
| H A D | number_affixutils.cpp | 284 int32_t count = U16_LENGTH(cp); in nextToken() local [all...] |
| H A D | selfmt.cpp | 133 int32_t count = pattern.countParts(); in findSubMessage() local
|