HomeSort by relevance Sort by last modified time
    Searched refs:TileData (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
DDLTileHelper.h 25 // TileData class encapsulates the information and behavior for a single tile/thread in
27 class TileData {
29 TileData(sk_sp<SkSurface>, const SkIRect& clip);
74 SkTArray<TileData> fTiles;
DDLTileHelper.cpp 20 DDLTileHelper::TileData::TileData(sk_sp<SkSurface> s, const SkIRect& clip)
26 void DDLTileHelper::TileData::createTileSpecificSKP(SkData* compressedPictureData,
45 void DDLTileHelper::TileData::createDDL() {
78 void DDLTileHelper::TileData::draw() {
84 void DDLTileHelper::TileData::compose(SkCanvas* dst) {
92 void DDLTileHelper::TileData::reset() {
127 fTiles.push_back(TileData(std::move(tileSurface), clip));
  /external/skqp/tools/
DDLTileHelper.h 25 // TileData class encapsulates the information and behavior for a single tile/thread in
27 class TileData {
29 TileData(sk_sp<SkSurface>, const SkIRect& clip);
74 SkTArray<TileData> fTiles;
DDLTileHelper.cpp 20 DDLTileHelper::TileData::TileData(sk_sp<SkSurface> s, const SkIRect& clip)
26 void DDLTileHelper::TileData::createTileSpecificSKP(SkData* compressedPictureData,
45 void DDLTileHelper::TileData::createDDL() {
78 void DDLTileHelper::TileData::draw() {
84 void DDLTileHelper::TileData::compose(SkCanvas* dst) {
92 void DDLTileHelper::TileData::reset() {
127 fTiles.push_back(TileData(std::move(tileSurface), clip));

Completed in 241 milliseconds