Searched refs:fontImage (Results 1 – 5 of 5) sorted by relevance
2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()2676 return fontImage[y][x / 32] >> (x % 32) & 1; in GetFontLayerPixel()
55 auto fontImage = SkImage::MakeFromRaster(pmap, nullptr, nullptr); in ImGuiLayer() local56 auto fontShader = fontImage->makeShader(&localMatrix); in ImGuiLayer()
32 auto fontImage = SkImage::MakeFromRaster(pmap, nullptr, nullptr); in build_ImFontAtlas() local33 auto fontShader = fontImage->makeShader(SkSamplingOptions(kLow_SkFilterQuality), localMatrix); in build_ImFontAtlas()
1368 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() function in Magick::fontImage1372 void Magick::fontImage::operator()( Magick::Image &image_ ) const in operator ()()
1487 class MagickPPExport fontImage1490 fontImage( const std::string &font_ );