Home
last modified time | relevance | path

Searched defs:readInfo (Results 1 – 16 of 16) sorted by relevance

/external/oss-fuzz/projects/boost/
Dboost_ptree_inforead_fuzzer.cc22 readInfo(const char* Data, size_t Size) in readInfo() function
/external/proguard/src/proguard/classfile/instruction/
DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) in readInfo() method in LookUpSwitchInstruction
DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) in readInfo() method in TableSwitchInstruction
DBranchInstruction.java115 protected void readInfo(byte[] code, int offset) in readInfo() method in BranchInstruction
DSimpleInstruction.java186 protected void readInfo(byte[] code, int offset) in readInfo() method in SimpleInstruction
DVariableInstruction.java256 protected void readInfo(byte[] code, int offset) in readInfo() method in VariableInstruction
DConstantInstruction.java124 protected void readInfo(byte[] code, int offset) in readInfo() method in ConstantInstruction
DInstruction.java930 protected abstract void readInfo(byte[] code, int offset); in readInfo() method in Instruction
/external/skia/tests/graphite/
DReadWritePixelsGraphiteTest.cpp238 SkIPoint offset) { in graphite_read_pixels_test_driver()
480 const auto readInfo = SkImageInfo::Make(rect.width(), rect.height(), in graphite_read_pixels_test_driver() local
/external/skia/tests/
DReadWritePixelsGpuTest.cpp288 SkIPoint offset) { in gpu_read_pixels_test_driver()
509 const auto readInfo = SkImageInfo::Make(rect.width(), rect.height(), in gpu_read_pixels_test_driver() local
1324 GrImageInfo readInfo = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DTransferPixelsTest.cpp376 GrImageInfo readInfo(allowedRead.fColorType, kUnpremul_SkAlphaType, nullptr, kTexDims); in basic_transfer_from_test() local
DSurfaceTest.cpp932 SkImageInfo readInfo = SkImageInfo::Make(kW, kH, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in test_surface_draw_partially() local
/external/skia/gm/
Dasyncrescaleandread.cpp417 auto readInfo = img->imageInfo().makeAlphaType(readAT).makeWH(size, size); variable
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java1210 protected void readInfo(byte[] code, int offset) in readInfo() method in CodeAttributeEditor.CompositeInstruction
/external/fonttools/Lib/fontTools/ufoLib/
D__init__.py529 def readInfo(self, info, validate=None): member in UFOReader
/external/skia/src/gpu/ganesh/
DSurfaceContext.cpp588 auto readInfo = this->caps()->supportedReadPixelsColorType(colorTypeOfFinalContext, in asyncRescaleAndReadPixels() local