Home
last modified time | relevance | path

Searched refs:a_bitmap (Results 1 – 14 of 14) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/devel/git-gui/git-2.34.1/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/devel/git-p4/git-2.34.1/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/devel/git/git-2.34.1/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/devel/git-cvs/git-2.34.1/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddelta-islands.c127 struct island_bitmap *a_bitmap = NULL, *b_bitmap = NULL; in island_delta_cmp() local
134 a_bitmap = kh_value(island_marks, a_pos); in island_delta_cmp()
140 if (a_bitmap) { in island_delta_cmp()
141 if (!b_bitmap || !island_bitmap_is_subset(a_bitmap, b_bitmap)) in island_delta_cmp()
145 if (!a_bitmap || !island_bitmap_is_subset(b_bitmap, a_bitmap)) in island_delta_cmp()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dfapi_ft.c281 FAPI_metrics *a_metrics, FT_Glyph *a_glyph, bool a_bitmap) in load_glyph() argument
350 …ft_error = FT_Load_Glyph(ft_face, index, a_bitmap ? FT_LOAD_MONOCHROME | FT_LOAD_RENDER: FT_LOAD_M… in load_glyph()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dfapi_ft.c281 FAPI_metrics *a_metrics, FT_Glyph *a_glyph, bool a_bitmap) in load_glyph() argument
350 …ft_error = FT_Load_Glyph(ft_face, index, a_bitmap ? FT_LOAD_MONOCHROME | FT_LOAD_RENDER: FT_LOAD_M… in load_glyph()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dfapi_ft.c477 FAPI_metrics *a_metrics, FT_Glyph *a_glyph, bool a_bitmap, int max_bitmap) in load_glyph() argument
639 if ((!ft_error || !ft_error_fb) && a_bitmap == true) { in load_glyph()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dfapi_ft.c477 FAPI_metrics *a_metrics, FT_Glyph *a_glyph, bool a_bitmap, int max_bitmap) in load_glyph() argument
639 if ((!ft_error || !ft_error_fb) && a_bitmap == true) { in load_glyph()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dfapi_ft.c549 FT_Glyph * a_glyph, bool a_bitmap, int max_bitmap) in load_glyph() argument
794 …if (!a_fapi_font->metrics_only && a_bitmap == true && ft_face->glyph->format != FT_GLYPH_FORMAT_BI… in load_glyph()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dfapi_ft.c549 FT_Glyph * a_glyph, bool a_bitmap, int max_bitmap) in load_glyph() argument
794 …if (!a_fapi_font->metrics_only && a_bitmap == true && ft_face->glyph->format != FT_GLYPH_FORMAT_BI… in load_glyph()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_controller_impl_unittest.cc80 SkBitmap a_bitmap = a.AsBitmap(); in DoImagesMatch() local
83 if (a_bitmap.width() != b_bitmap.width() || in DoImagesMatch()
84 a_bitmap.height() != b_bitmap.height()) { in DoImagesMatch()
87 return memcmp(a_bitmap.getPixels(), b_bitmap.getPixels(), in DoImagesMatch()
88 a_bitmap.computeByteSize()) == 0; in DoImagesMatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc78 SkBitmap a_bitmap = a.AsBitmap(); in DoImagesMatch() local
81 if (a_bitmap.width() != b_bitmap.width() || in DoImagesMatch()
82 a_bitmap.height() != b_bitmap.height()) { in DoImagesMatch()
85 return memcmp(a_bitmap.getPixels(), b_bitmap.getPixels(), in DoImagesMatch()
86 a_bitmap.computeByteSize()) == 0; in DoImagesMatch()