/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfo.java | 98 "Smallest readable size (px per em)", String.format("%d", headTable.lowestRecPPEM()) })); in listFontMetrics() 123 * sizes, both in bytes and as fractions of the overall font size. The 136 // Total size of font in listTables() 139 // Calculate font size in listTables() 334 UnicodeBlockData.getBlockEndCode(i)), String.format("%d / %d", count, set.size()) })); in listCharBlockCoverage() 383 // For each covered script, find the total size of the script and add in listScriptCoverage() 398 String.format("%d / %d", coveredScripts.get(scriptCode), scriptSet.size()) })); in listScriptCoverage() 528 * Gets the size of hinting instructions in the glyph table, both in bytes and 529 * as a fraction of the glyph table size.
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 622 * size of this class, so we have nowhere to store the length, 632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too. 698 ArrayIndex size() const; 712 /// Resize the array to size elements. 717 void resize(ArrayIndex size); 722 /// in the array so that its size is index+1. 730 /// in the array so that its size is index+1. 749 /// Return true if index < size(). 753 /// Equivalent to jsonvalue[jsonvalue.size()] = value; 1336 * Value offset exceeds the document size [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 129 // - Clamp coordinate to the image size returned by OpImageQuerySize 139 // query the runtime array size. 740 for (uint32_t i = 0; i < ops.size() - 1; i++) { in MakeRuntimeArrayLengthInst() 793 uint32_t(struct_type->element_types().size() - 1); in MakeRuntimeArrayLengthInst() 869 // image "size", returned by OpImageQuerySize. (Note: OpImageQuerySizeLod in ClampCoordinateForImageTexelPointer() 885 // - The third component from the size query is the layer count. in ClampCoordinateForImageTexelPointer() 965 // size is the layer count. In the query, we have to accomodate folding in ClampCoordinateForImageTexelPointer()
|
H A D | ir_context.h | 1023 const auto num_chars = ext_name.size(); in AddExtension() 1044 const auto num_chars = name.size(); in AddExtInstImport()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 622 * size of this class, so we have nowhere to store the length, 632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too. 698 ArrayIndex size() const; 712 /// Resize the array to size elements. 717 void resize(ArrayIndex size); 722 /// in the array so that its size is index+1. 730 /// in the array so that its size is index+1. 749 /// Return true if index < size(). 753 /// Equivalent to jsonvalue[jsonvalue.size()] = value; 1336 * Value offset exceeds the document size [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 129 // - Clamp coordinate to the image size returned by OpImageQuerySize 139 // query the runtime array size. 740 for (uint32_t i = 0; i < ops.size() - 1; i++) { in MakeRuntimeArrayLengthInst() 793 uint32_t(struct_type->element_types().size() - 1); in MakeRuntimeArrayLengthInst() 869 // image "size", returned by OpImageQuerySize. (Note: OpImageQuerySizeLod in ClampCoordinateForImageTexelPointer() 885 // - The third component from the size query is the layer count. in ClampCoordinateForImageTexelPointer() 965 // size is the layer count. In the query, we have to accomodate folding in ClampCoordinateForImageTexelPointer()
|
H A D | ir_context.h | 1023 const auto num_chars = ext_name.size(); in AddExtension() 1044 const auto num_chars = name.size(); in AddExtInstImport()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() 265 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.cpp | 54 static UBool arrayEqual(const void *a1, const void *a2, int32_t size) { in arrayEqual() argument 65 return (uprv_memcmp(a1, a2, size) == 0); in arrayEqual() 178 // Type offsets list must be of even size, with size >= 2 in OlsonTimeZone() 186 // Type map data must be of the same size as the transition count in OlsonTimeZone()
|
H A D | uspoof.cpp | 10 * tab size: 8 (not used) 221 *pActualLength = sd->size(); in uspoof_openFromSerialized() 572 if (numerics.size() > 1) { in checkImpl()
|
H A D | uspoof_impl.cpp | 508 pInfo->size >= 20 && in spoofDataIsAcceptable() 755 int32_t SpoofData::size() const { in size() function in SpoofData 865 // the size of the ICU d.h., which lets us locate the start in uspoof_swap() 886 // Prefight operation? Just return the size in uspoof_swap()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.hh | 185 /* serialize the private dict size & offset as 2-byte & 4-byte integers */ in serialize() 186 return_trace (UnsizedByteStr::serialize_int2 (c, privateDictInfo.size) && in serialize() 989 unsigned int size,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 987 if ( c == '[' && tag->size() >= 9 ) in StreamIn() 989 size_t len = tag->size(); in StreamIn() 1486 if ( cdata && c == '>' && tag->size() >= 3 ) { in StreamIn() 1487 size_t len = tag->size(); in StreamIn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 322 Result.Bytes = Data.take_front(Data.size() - Next.size()); in ParseCurrentAnnotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 514 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) { in AnalyzeCallGraph() 625 for (unsigned i = 1, e = SCC.size(); i != e; ++i) in AnalyzeCallGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 301 /// UserChain.size() - 1, and is decremented during 402 /// Canonicalize array indices to pointer-size integers. This helps to 404 /// pointer-size integer, we have 406 /// However, this equality may not hold if the size of a + b is smaller than 407 /// the pointer size, because LLVM conceptually sign-extends GEP indices to 408 /// pointer size before computing the address 635 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset() 645 return removeConstOffset(UserChain.size() - 1); in rebuildWithoutConstOffset() 845 // Scale the index by element size. in lowerToSingleIndexGEPs() 906 // Scale the index by element size in lowerToArithmetics() [all...] |
H A D | LoopDistribute.cpp | 287 unsigned getSize() const { return PartitionContainer.size(); } in getSize() 510 unsigned N = RtPtrCheck->Pointers.size(); in computePartitionSetForPointers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 374 if (MDs.size() == 1) in makeFollowupLoopID() 499 for (size_t I = 0; I < Worklist.size(); I++) in collectChildrenInLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 648 /// Tag_File | Tag_Section | Tag_Symbol uleb128:byte-size in ParseSubsection() 702 while (Offset < Section.size()) { in Parse() 712 if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) { in Parse()
|
H A D | Unicode.cpp | 345 for (size_t i = 0, e = Text.size(); i < e; i += Length) { in columnWidthUTF8() 347 if (Length <= 0 || i + Length > Text.size()) in columnWidthUTF8()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegBankReassign.cpp | 331 if (Reg + StartBit >= RegsUsed.size()) 475 // SGPR tuples must be aligned, so step is size in banks it 535 for (unsigned I = 0, E = OperandMasks.size(); I + 1 < E; ++I) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 291 if (Args.size() >= 1) { in getMips16HelperFunctionStubNumber() 301 if (Args.size() >=2) { in getMips16HelperFunctionStubNumber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 29 cl::desc("The loop prefetch cache line size")); 224 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) { in mightUseCTR() 227 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR() 636 // Check first if the user specified a custom line size. in getCacheLineSize() 640 // On P7, P8 or P9 we have a cache line size of 128. in getCacheLineSize() 642 // Assume that Future CPU has the same cache line size as the others. in getCacheLineSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 103 /// Break a copy of size Size to smaller copies. 495 assert(Size == 0 && "Wrong size division"); in buildCopies() 650 if (BlockingStoresDispSizeMap.size() <= 1) in removeRedundantBlockingStores() 657 while (DispSizeStack.size()) { in removeRedundantBlockingStores()
|
H A D | X86WinEHState.cpp | 486 Args.push_back(Builder.getInt32(OptionalArgs.size())); in rewriteSetJmpCallSite() 517 assert(BBColors.size() == 1 && "multi-color BB not removed by preparation"); in getBaseStateForBB()
|