Searched refs:tmpGlyphImageStorage (Results 1 – 1 of 1) sorted by relevance
554 SkAutoMalloc tmpGlyphImageStorage; in getImage() local568 tmpGlyphImageStorage.reset(tmpGlyph.imageSize()); in getImage()569 tmpGlyph.fImage = tmpGlyphImageStorage.get(); in getImage()605 } else if (unfilteredGlyph->fImage == tmpGlyphImageStorage.get()) { in getImage()615 tmpGlyphImageStorage.reset(imageSize); in getImage()616 srcMask.fImage = static_cast<uint8_t*>(tmpGlyphImageStorage.get()); in getImage()