Home | History | Annotate | Download | only in dm

Lines Matching refs:flatSize

1331         size_t flatSize = mojoPicture->GetSerializedSize();
1332 SkAutoMalloc storage(flatSize);
1333 if (!mojoPicture->Serialize(storage.get(), flatSize)) {