Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glyph key scratch store #3325

Merged
merged 3 commits into from Nov 21, 2018
Merged

Glyph key scratch store #3325

merged 3 commits into from Nov 21, 2018

Commits on Nov 19, 2018

  1. Move prepare_interned_prim_for_render to PrimStore.

    In preparation for the next commit, move prepare_interned_prim_for_render from
    PrimitiveInstance to PrimitiveStore to aid borrowck of PrimStore members.
    djg committed Nov 19, 2018

Commits on Nov 20, 2018

  1. Typed-index storage.

    djg committed Nov 20, 2018

Commits on Nov 21, 2018

  1. Move scratch GlyphKey storage from TextRunPrimitive to PrimitiveStore.

    Reduce the size of TextRunPrimitive by placing the temporary storage of
    GlyphKeys into PrimitiveStore and have TextRunPrimitive hold range.
    djg committed Nov 21, 2018
You can’t perform that action at this time.