Home
last modified time | relevance | path

Searched refs:ReadOpAndSize (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp45 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
92 DrawType op = ReadOpAndSize(&reader, &size); in draw()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp45 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
92 DrawType op = ReadOpAndSize(&reader, &size); in draw()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp45 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
92 DrawType op = ReadOpAndSize(&reader, &size); in draw()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp45 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
92 DrawType op = ReadOpAndSize(&reader, &size); in draw()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp44 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
110 DrawType op = ReadOpAndSize(reader, &size); in draw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPicturePlayback.h46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
H A DSkPicturePlayback.cpp44 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) { in ReadOpAndSize() function in SkPicturePlayback
126 DrawType op = ReadOpAndSize(reader.get(), &size); in draw()