Home
last modified time | relevance | path

Searched defs:count (Results 1201 - 1225 of 4324) sorted by relevance

1...<<41424344454647484950>>...173

/third_party/skia/src/core/
H A DSkEndian.h41 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 DSkDescriptor.cpp50 int count = fCount; in findEntry() local
105 uint32_t count = fCount; in isValid() local
H A DSkMaskCache.cpp166 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 DSkPointPriv.h22 static bool AreFinite(const SkPoint array[], int count) { in AreFinite() argument
H A DSkSharedMutex.cpp112 int count() const { in count() function in SkSharedMutex::ThreadIDSet
[all...]
H A DSkMatrixPriv.h85 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 DSkRect.cpp67 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 DGrManagedResource.h90 auto count = this->getRefCnt(); in ~GrManagedResource() local
[all...]
/third_party/skia/samplecode/
H A DSampleChart.cpp15 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 DGrConvexPolyEffect.cpp198 int count = d->fRandom->nextULessThan(kMaxEdges) + 1; in TestCreate() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DparseConst.cpp188 int count = 0; in visitConstantUnion() local
201 int count = 0; in visitConstantUnion() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DStream.hpp100 unsigned char count; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp83 const uint32_t count = std::min(clearValueCount, attachmentCount); in executeLoadOp() local
H A DVkRenderPass.cpp50 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 DVkSurfaceKHR.cpp103 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 DWritableFontData.java206 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 DRecordList.java19 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 DRecordsTable.java81 public int count() { in count() method in RecordsTable.Builder
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dc_api_test.c68 size_t count = 0; in dump_resource_list() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp203 const uint32_t count = fuzzerutil::MaybeGetIntegerConstant( in AddOpBitwiseOrOpNotSynonym() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp203 const uint32_t count = fuzzerutil::MaybeGetIntegerConstant( in AddOpBitwiseOrOpNotSynonym() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreducer_test.cpp228 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 Ddouble-conversion-bignum-dtoa.cpp297 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits() argument
[all...]
H A Dnumber_affixutils.cpp284 int32_t count = U16_LENGTH(cp); in nextToken() local
[all...]
H A Dselfmt.cpp133 int32_t count = pattern.countParts(); in findSubMessage() local

Completed in 13 milliseconds

1...<<41424344454647484950>>...173