Lines Matching refs:get
139 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t));
281 text.get(), mallocSize, SkTextEncoding::kUTF8, glyphs.get(), maxGlyphLen);
298 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f});
322 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f});
323 SkBitmap half = draw_blob(blob.get(), surface.get(), {40, y + 0.5f});
324 SkBitmap unit = draw_blob(blob.get(), surface.get(), {40, y + 1.0f});
347 SkBitmap base = draw_blob(blob.get(), surface.get(), {x + 0.0f, 40});
348 SkBitmap half = draw_blob(blob.get(), surface.get(), {x + 0.5f, 40});
349 SkBitmap unit = draw_blob(blob.get(), surface.get(), {x + 1.0f, 40});
379 auto expectedBitMap = draw_blob(expectedBlob.get(), surface.get(), {40, y});
380 auto movingBitmap = draw_blob(movingBlob.get(), surface.get(), {40, y});