Home
last modified time | relevance | path

Searched refs:kColorTableBufferLength (Results 1 – 2 of 2) sorted by relevance

/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc199 const int Converter::kColorTableBufferLength = 256; member in skia_image_filter_proto_converter::Converter
200 uint8_t Converter::kColorTableBuffer[kColorTableBufferLength];
1165 uint8_t f_storage[4 * kColorTableBufferLength]; in Visit()
1170 kColorTableBufferLength); in Visit()
1172 dst += kColorTableBufferLength; in Visit()
1177 kColorTableBufferLength); in Visit()
1179 dst += kColorTableBufferLength; in Visit()
1184 kColorTableBufferLength); in Visit()
1186 dst += kColorTableBufferLength; in Visit()
1191 kColorTableBufferLength); in Visit()
[all …]
Dskia_image_filter_proto_converter.h60 static const int kColorTableBufferLength; variable