Searched refs:embeddedBitmaps (Results 1 – 7 of 7) sorted by relevance
58 void Font::SetEmbeddedBitmaps(bool embeddedBitmaps) in SetEmbeddedBitmaps() argument60 fontImpl_->SetEmbeddedBitmaps(embeddedBitmaps); in SetEmbeddedBitmaps()
84 void SkiaFont::SetEmbeddedBitmaps(bool embeddedBitmaps) in SetEmbeddedBitmaps() argument86 skFont_.setEmbeddedBitmaps(embeddedBitmaps); in SetEmbeddedBitmaps()
48 void SetEmbeddedBitmaps(bool embeddedBitmaps) override;
77 bool embeddedBitmaps = GetObject<bool>(); in FontFuzzTest002() local78 font.SetEmbeddedBitmaps(embeddedBitmaps); in FontFuzzTest002()
74 void SetEmbeddedBitmaps(bool embeddedBitmaps);
42 virtual void SetEmbeddedBitmaps(bool embeddedBitmaps) = 0;
420 bool embeddedBitmaps = false; in OnSetEmbeddedBitmaps() local421 GET_BOOLEAN_PARAM(ARGC_ZERO, embeddedBitmaps); in OnSetEmbeddedBitmaps()423 m_font->SetEmbeddedBitmaps(embeddedBitmaps); in OnSetEmbeddedBitmaps()434 bool embeddedBitmaps = m_font->IsEmbeddedBitmaps(); in OnIsEmbeddedBitmaps() local435 return CreateJsValue(env, embeddedBitmaps); in OnIsEmbeddedBitmaps()