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

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 217 [&](LookupGlyphVariant::Variants* to_init) {
220 to_init->initialize<Utf8GlyphFinder>(cache);
223 to_init->initialize<Utf16GlyphFinder>(cache);
226 to_init->initialize<Utf32GlyphFinder>(cache);
229 to_init->initialize<GlyphIdGlyphFinder>(cache);
545 typename GlyphFindAndPlace<ProcessOneGlyph>::Variants* to_init,
550 to_init->template initialize<GlyphFindAndPlaceSubpixel<
554 to_init->template initialize<GlyphFindAndPlaceSubpixel<
558 to_init->template initialize<GlyphFindAndPlaceSubpixel<
619 [&](PositionReader::Variants* to_init) {
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 600 auto to_init = outgoing_maps_[block_index]; local
601 CHECK(to_init->map().empty());
603 if (block->predecessors().empty()) return to_init;
609 to_init->map() = incoming->map();
610 for (auto& it : to_init->map()) {
616 incoming_maps_[block_index]->map() = to_init->map();
617 return to_init;

Completed in 64 milliseconds