/third_party/skia/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 13 static void testTightBoundsLines(PathOpsThreadState* data) { in testTightBoundsLines() argument 48 static void testTightBoundsQuads(PathOpsThreadState* data) { in testTightBoundsQuads() argument
|
H A D | StreamBufferTest.cpp | 20 sk_sp<SkData> data = buffer->getDataAtPosition(position, length); in test_get_data_at_position() local [all...] |
H A D | BitmapCopyTest.cpp | 44 SkIPoint* const data; member
|
H A D | MaskCacheTest.cpp | 23 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, in check_data() argument 41 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, rrect, &mask, &cache); in DEF_TEST() local 78 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, rects, 1, &mask, &cache); DEF_TEST() local [all...] |
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 13 static void testSimplifyQuadsMain(PathOpsThreadState* data) in testSimplifyQuadsMain() argument
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 13 static void testSimplifyQuadralateralsMain(PathOpsThreadState* data) in testSimplifyQuadralateralsMain() argument
|
/third_party/skia/src/sksl/ |
H A D | SkSLLexer.cpp | 28 State data[70]; member 34 uint8_t data[18]; member
|
/third_party/skia/src/utils/ |
H A D | SkAnimCodecPlayer.cpp | 61 auto data = SkData::MakeUninitialized(size); in getFrameAt() local
|
/third_party/skia/src/shaders/ |
H A D | SkColorShader.cpp | 53 sk_sp<SkData> data = buffer.readByteArrayAsData(); in CreateProc() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | literal_cost.c | 36 DecideMultiByteStatsLevel(size_t pos, size_t len, size_t mask, const uint8_t* data) DecideMultiByteStatsLevel() argument 56 EstimateBitCostsForLiteralsUTF8(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) EstimateBitCostsForLiteralsUTF8() argument 127 BrotliEstimateBitCostsForLiterals(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) BrotliEstimateBitCostsForLiterals() argument [all...] |
H A D | static_dict.c | 19 static BROTLI_INLINE uint32_t Hash(const uint8_t* data) { in Hash() argument 32 DictMatchLength(const BrotliDictionary* dictionary, const uint8_t* data, size_t id, size_t len, size_t maxlen) DictMatchLength() argument 42 IsMatch(const BrotliDictionary* dictionary, DictWord w, const uint8_t* data, size_t max_length) IsMatch() argument 77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | DecodeTest.cs | 16 private byte[] Decompress(byte[] data, bool byByte)
in Decompress() argument 53 private byte[] DecompressWithDictionary(byte[] data, byte[] dictionary)
in DecompressWithDictionary() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | decoder_jni.cc | 168 const uint8_t* data = BrotliDecoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() local
|
H A D | Decoder.java | 138 public static byte[] decompress(byte[] data) throws IOException { in decompress() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.h | 97 void* data; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerQueue.cpp | 20 void Server::OnQueueWorkDone(WGPUQueueWorkDoneStatus status, QueueWorkDoneUserdata* data) { in OnQueueWorkDone() argument 48 DoQueueWriteBuffer(ObjectId queueId, ObjectId bufferId, uint64_t bufferOffset, const uint8_t* data, uint64_t size) DoQueueWriteBuffer() argument 76 DoQueueWriteTexture(ObjectId queueId, const WGPUImageCopyTexture* destination, const uint8_t* data, uint64_t dataSize, const WGPUTextureDataLayout* dataLayout, const WGPUExtent3D* writeSize) DoQueueWriteTexture() argument
|
H A D | ServerMemoryTransferService_mock.cpp | 34 void MockMemoryTransferService::MockReadHandle::SerializeDataUpdate(const void* data, in SerializeDataUpdate() argument
|
H A D | Server.cpp | 54 ObjectData<WGPUTexture>* data = TextureObjects().Allocate(id); in InjectTexture() local 86 ObjectData<WGPUSwapChain>* data = SwapChainObjects().Allocate(id); in InjectSwapChain() local 109 ObjectData<WGPUDevice>* data = DeviceObjects().Allocate(id); InjectDevice() local 157 ObjectData<WGPUDevice>* data = DeviceObjects().Get(id); GetDevice() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | BufferUploadPerf.cpp | 100 std::vector<uint8_t> data; member in BufferUploadPerf [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | png_utils.cpp | 42 SavePNGRGB(const char *fileName, const char *title, uint32_t width, uint32_t height, const std::vector<uint8_t> &data) SavePNGRGB() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | encoder_jni.cc | 168 const uint8_t* data = BrotliEncoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() local
|
H A D | Encoder.java | 159 public static byte[] compress(byte[] data, Parameters params) throws IOException { in compress() argument 202 public static byte[] compress(byte[] data) throws IOException { in compress() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireServer.cpp | 71 void MemoryTransferService::WriteHandle::SetTarget(void* data) { in SetTarget() argument
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
H A D | DawnWireServerFuzzer.cpp | 77 int DawnWireServerFuzzer::Run(const uint8_t* data, in Run() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | Texture3DTests.cpp | 79 std::vector<RGBA8> data = std::vector<RGBA8>(size); in TEST_P() local
|