/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kHoriBearingX); in HoriBearingX() 43 return data_->ReadByte(Offset::kHoriBearingY); in HoriBearingY() 47 return data_->ReadByte(Offset::kHoriAdvance); in HoriAdvance() 51 return data_->ReadByte(Offset::kVertBearingX); in VertBearingX() 55 return data_->ReadByte(Offset::kVertBearingY); in VertBearingY() 59 return data_->ReadByte(Offset::kVertAdvance); in VertAdvance() 77 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 85 return InternalReadData()->ReadByte(Offset::kWidth); in Width() [all …]
|
D | small_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kBearingX); in BearingX() 43 return data_->ReadByte(Offset::kBearingY); in BearingY() 47 return data_->ReadByte(Offset::kAdvance); in Advance() 65 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 73 return InternalReadData()->ReadByte(Offset::kWidth); in Width() 81 return InternalReadData()->ReadByte(Offset::kBearingX); in BearingX() 89 return InternalReadData()->ReadByte(Offset::kBearingY); in BearingY() 97 return InternalReadData()->ReadByte(Offset::kAdvance); in Advance()
|
D | ebsc_table.cc | 49 return data_->ReadByte(Offset::kBitmapScaleTable_ppemX); in PpemX() 53 return data_->ReadByte(Offset::kBitmapScaleTable_ppemY); in PpemY() 57 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemX); in SubstitutePpemX() 61 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemY); in SubstitutePpemY()
|
D | bitmap_size_table.cc | 64 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemX); in PpemX() 68 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemY); in PpemY() 72 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_bitDepth); in BitDepth() 304 return InternalReadData()->ReadByte( in PpemX() 309 return InternalReadData()->ReadByte( in PpemY() 314 return InternalReadData()->ReadByte( in BitDepth()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kHoriBearingX); in HoriBearingX() 43 return data_->ReadByte(Offset::kHoriBearingY); in HoriBearingY() 47 return data_->ReadByte(Offset::kHoriAdvance); in HoriAdvance() 51 return data_->ReadByte(Offset::kVertBearingX); in VertBearingX() 55 return data_->ReadByte(Offset::kVertBearingY); in VertBearingY() 59 return data_->ReadByte(Offset::kVertAdvance); in VertAdvance() 77 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 85 return InternalReadData()->ReadByte(Offset::kWidth); in Width() [all …]
|
D | small_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kBearingX); in BearingX() 43 return data_->ReadByte(Offset::kBearingY); in BearingY() 47 return data_->ReadByte(Offset::kAdvance); in Advance() 65 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 73 return InternalReadData()->ReadByte(Offset::kWidth); in Width() 81 return InternalReadData()->ReadByte(Offset::kBearingX); in BearingX() 89 return InternalReadData()->ReadByte(Offset::kBearingY); in BearingY() 97 return InternalReadData()->ReadByte(Offset::kAdvance); in Advance()
|
D | ebsc_table.cc | 49 return data_->ReadByte(Offset::kBitmapScaleTable_ppemX); in PpemX() 53 return data_->ReadByte(Offset::kBitmapScaleTable_ppemY); in PpemY() 57 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemX); in SubstitutePpemX() 61 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemY); in SubstitutePpemY()
|
D | bitmap_size_table.cc | 64 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemX); in PpemX() 68 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemY); in PpemY() 72 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_bitDepth); in BitDepth() 304 return InternalReadData()->ReadByte( in PpemX() 309 return InternalReadData()->ReadByte( in PpemY() 314 return InternalReadData()->ReadByte( in BitDepth()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | StreamExtensionsTest.cs | 59 Assert.AreEqual(0x31, destination.ReadByte()); in CopyToTest() 60 Assert.AreEqual(0x08, destination.ReadByte()); in CopyToTest() 61 Assert.AreEqual(0xFF, destination.ReadByte()); in CopyToTest() 62 Assert.AreEqual(0x00, destination.ReadByte()); in CopyToTest() 63 Assert.AreEqual(-1, destination.ReadByte()); in CopyToTest()
|
/third_party/skia/third_party/externals/brotli/csharp/ |
D | sharpen.cfg | 16 -methodMapping java.io.InputStream.read() ReadByte 17 -methodMapping org.brotli.dec.BrotliInputStream.read() ReadByte
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdgif.c | 141 ReadByte(gif_source_ptr sinfo) in ReadByte() function 160 count = ReadByte(sinfo); in GetDataBlock() 356 cmap[CM_RED][i] = (JSAMPLE)UPSCALE(ReadByte(sinfo)); in ReadColorMap() 357 cmap[CM_GREEN][i] = (JSAMPLE)UPSCALE(ReadByte(sinfo)); in ReadColorMap() 358 cmap[CM_BLUE][i] = (JSAMPLE)UPSCALE(ReadByte(sinfo)); in ReadColorMap() 371 extlabel = ReadByte(sinfo); in DoExtension() 437 c = ReadByte(source); in start_input_gif() 475 source->input_code_size = ReadByte(source); /* get min-code-size byte */ in start_input_gif()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | ByteStringTest.cs | 180 stream.ReadByte(); in FromStream_Seekable() 191 stream.ReadByte(); in FromStream_NotSeekable() 205 stream.ReadByte(); in FromStreamAsync_Seekable() 216 stream.ReadByte(); in FromStreamAsync_NotSeekable()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | open_type_data_test.cc | 34 EXPECT_EQ(-1, data->ReadByte(0)); in TestOTFRead() 36 EXPECT_EQ(0x01, data->ReadByte(1)); in TestOTFRead()
|
D | endian_test.cc | 45 EXPECT_EQ(rfd->ReadByte(5), -54); in TestEndian()
|
D | font_data_test.cc | 146 (*buffer)[index] = (uint8_t)(rfd->ReadByte(index)); in ReadFontDataWithSingleByte() 181 uint8_t b = (uint8_t)(rfd->ReadByte(index)); in WriteFontDataWithSingleByte()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | open_type_data_test.cc | 34 EXPECT_EQ(-1, data->ReadByte(0)); in TestOTFRead() 36 EXPECT_EQ(0x01, data->ReadByte(1)); in TestOTFRead()
|
D | endian_test.cc | 45 EXPECT_EQ(rfd->ReadByte(5), -54); in TestEndian()
|
D | font_data_test.cc | 146 (*buffer)[index] = (uint8_t)(rfd->ReadByte(index)); in ReadFontDataWithSingleByte() 181 uint8_t b = (uint8_t)(rfd->ReadByte(index)); in WriteFontDataWithSingleByte()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 74 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData 108 int32_t b1 = ReadByte(index); in ReadShort() 175 int32_t b1 = ReadByte(index); in ReadLong()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 74 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData 108 int32_t b1 = ReadByte(index); in ReadShort() 175 int32_t b1 = ReadByte(index); in ReadLong()
|
D | readable_font_data.h | 87 virtual int32_t ReadByte(int32_t index);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 31 return data->ReadByte(index); in ByteValue()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 31 return data->ReadByte(index); in ByteValue()
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | byte_stream_wrappers.h | 28 uint8_t ReadByte() { in ReadByte() function
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | BrotliInputStream.cs | 125 public override int ReadByte() in ReadByte() method in Org.Brotli.Dec.BrotliInputStream
|