Home
last modified time | relevance | path

Searched refs:yMax (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_bbox.c121 XVAL( bbox.yMax ) ); in dump_outline()
129 XVAL( bbox.yMax ) ); in dump_outline()
152 XVAL( bbox.yMax ) ); in profile_outline()
154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
167 XVAL( bbox.yMax ) ); in profile_outline()
169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dtest_bbox.c122 XVAL( bbox.yMax ) ); in dump_outline()
130 XVAL( bbox.yMax ) ); in dump_outline()
153 XVAL( bbox.yMax ) ); in profile_outline()
155 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
168 XVAL( bbox.yMax ) ); in profile_outline()
170 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
/third_party/freetype/src/tools/
Dtest_bbox.c121 XVAL( bbox.yMax ) ); in dump_outline()
129 XVAL( bbox.yMax ) ); in dump_outline()
152 XVAL( bbox.yMax ) ); in profile_outline()
154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
167 XVAL( bbox.yMax ) ); in profile_outline()
169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp168 Int yMax = Y[0]; in generate() local
175 yMax = Max(Y[i], yMax); in generate()
184 yMax = (yMax + 0x14) >> 4; in generate()
189 yMax = (yMax + 0x0F) >> 4; in generate()
193 yMax = Min(yMax, *Pointer<Int>(data + OFFSET(DrawData,scissorY1))); in generate()
198 If(yMin >= yMax) in generate()
234 For(Int y = yMin - 1, y < yMax + 1, y++) in generate()
259 …For(, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>… in generate()
264yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>… in generate()
269 If(yMin == yMax) in generate()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftbbox.c52 if ( p->y > bbox.yMax ) \
53 bbox.yMax = p->y; \
60 ( p->y < bbox.yMin || p->y > bbox.yMax )
228 &user->bbox.yMax ); in BBox_Conic_To()
439 &user->bbox.yMax ); in BBox_Cubic_To()
483 abbox->yMin = abbox->yMax = 0; in FT_EXPORT_DEF()
506 cbox.yMin < bbox.yMin || cbox.yMax > bbox.yMax ) in FT_EXPORT_DEF()
Dftoutln.c460 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local
470 yMax = 0; in FT_Outline_Get_CBox()
479 yMin = yMax = vec->y; in FT_Outline_Get_CBox()
493 if ( y > yMax ) yMax = y; in FT_Outline_Get_CBox()
499 acbox->yMax = yMax; in FT_Outline_Get_CBox()
614 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_Outline_Render()
629 params->clip_box.yMax = ( cbox.yMax + 63 ) >> 6; in FT_Outline_Render()
1060 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax ) in FT_Outline_Get_Orientation()
1065 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_Outline_Get_Orientation()
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation()
Dftglyph.c130 cbox->yMax = glyph->top * 64; in ft_bitmap_glyph_bbox()
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows * 64 ); in ft_bitmap_glyph_bbox()
499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
518 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
528 acbox->yMax >>= 6; in FT_Glyph_Get_CBox()
/third_party/freetype/src/base/
Dftbbox.c52 if ( p->y > bbox.yMax ) \
53 bbox.yMax = p->y; \
60 ( p->y < bbox.yMin || p->y > bbox.yMax )
228 &user->bbox.yMax ); in BBox_Conic_To()
439 &user->bbox.yMax ); in BBox_Cubic_To()
483 abbox->yMin = abbox->yMax = 0; in FT_EXPORT_DEF()
506 cbox.yMin < bbox.yMin || cbox.yMax > bbox.yMax ) in FT_EXPORT_DEF()
Dftoutln.c460 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local
470 yMax = 0; in FT_Outline_Get_CBox()
479 yMin = yMax = vec->y; in FT_Outline_Get_CBox()
493 if ( y > yMax ) yMax = y; in FT_Outline_Get_CBox()
499 acbox->yMax = yMax; in FT_Outline_Get_CBox()
614 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_Outline_Render()
629 params->clip_box.yMax = ( cbox.yMax + 63 ) >> 6; in FT_Outline_Render()
1060 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax ) in FT_Outline_Get_Orientation()
1065 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_Outline_Get_Orientation()
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation()
Dftglyph.c130 cbox->yMax = glyph->top * 64; in ft_bitmap_glyph_bbox()
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows * 64 ); in ft_bitmap_glyph_bbox()
499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
518 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
528 acbox->yMax >>= 6; in FT_Glyph_Get_CBox()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftbbox.c53 if ( p->y > bbox.yMax ) \
54 bbox.yMax = p->y; \
61 ( p->y < bbox.yMin || p->y > bbox.yMax )
229 &user->bbox.yMax ); in BBox_Conic_To()
440 &user->bbox.yMax ); in BBox_Cubic_To()
484 abbox->yMin = abbox->yMax = 0; in FT_EXPORT_DEF()
507 cbox.yMin < bbox.yMin || cbox.yMax > bbox.yMax ) in FT_EXPORT_DEF()
Dftoutln.c461 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local
471 yMax = 0; in FT_Outline_Get_CBox()
480 yMin = yMax = vec->y; in FT_Outline_Get_CBox()
494 if ( y > yMax ) yMax = y; in FT_Outline_Get_CBox()
500 acbox->yMax = yMax; in FT_Outline_Get_CBox()
615 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_Outline_Render()
630 params->clip_box.yMax = ( cbox.yMax + 63 ) >> 6; in FT_Outline_Render()
1061 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax ) in FT_Outline_Get_Orientation()
1068 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation()
Dftglyph.c129 cbox->yMax = glyph->top * 64; in ft_bitmap_glyph_bbox()
130 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows * 64 ); in ft_bitmap_glyph_bbox()
498 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
517 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
527 acbox->yMax >>= 6; in FT_Glyph_Get_CBox()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp149 Int yMax = Y[0]; in generate() local
156 yMax = Max(Y[i], yMax); in generate()
169 yMax = (yMax + Constants::yMaxMultiSampleOffset) >> subPixB; in generate()
174 yMax = (yMax + subPixM) >> subPixB; in generate()
178 yMax = Min(yMax, *Pointer<Int>(data + OFFSET(DrawData, scissorY1))); in generate()
183 If(yMin >= yMax) in generate()
220 For(Int y = yMin - 1, y < yMax + 1, y++) in generate()
245 …For(, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>… in generate()
250yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>… in generate()
255 If(yMin == yMax) in generate()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DQuadRasterizer.cpp44 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive, yMax)); in generate()
51 If(yMin < yMax) in generate()
53 rasterize(yMin, yMax); in generate()
71 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize() argument
230 Until(y >= yMax); in rasterize()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java68 yMax(42), enumConstant
263 public int yMax() { in yMax() method in FontHeaderTable
264 return this.data.readShort(Offset.yMax.offset); in yMax()
608 public int yMax() { in yMax() method in FontHeaderTable.Builder
609 return this.table().yMax(); in yMax()
613 this.internalWriteData().writeShort(Offset.yMax.offset, ymax); in setYMax()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java68 yMax(42), enumConstant
263 public int yMax() { in yMax() method in FontHeaderTable
264 return this.data.readShort(Offset.yMax.offset); in yMax()
608 public int yMax() { in yMax() method in FontHeaderTable.Builder
609 return this.table().yMax(); in yMax()
613 this.internalWriteData().writeShort(Offset.yMax.offset, ymax); in setYMax()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyph.java118 public int yMax() { in yMax() method in Glyph
119 return this.data.readShort(Offset.yMax.offset); in yMax()
143 sb.append(this.yMax()); in toString()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyph.java118 public int yMax() { in yMax() method in Glyph
119 return this.data.readShort(Offset.yMax.offset); in yMax()
143 sb.append(this.yMax()); in toString()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java135 int yMax = glyph.yMax(); in lintWindowsClipping() local
145 if (glyphId == 0 || yMax > bbox_yMax) { in lintWindowsClipping()
146 bbox_yMax = yMax; in lintWindowsClipping()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java135 int yMax = glyph.yMax(); in lintWindowsClipping() local
145 if (glyphId == 0 || yMax > bbox_yMax) { in lintWindowsClipping()
146 bbox_yMax = yMax; in lintWindowsClipping()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp494 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax, in onGetAdvancedMetrics()
1007 bbox->yMax -= dy; in getBBoxForCurrentGlyph()
1015 bbox->yMax = (bbox->yMax + 63) & ~63; in getBBoxForCurrentGlyph()
1029 bbox->yMax += vector.y; in getBBoxForCurrentGlyph()
1119 bounds.yMax = colrGlyphBbox.bottom_left.y; in generateMetrics()
1133 if (corner.y > bounds.yMax) { in generateMetrics()
1134 bounds.yMax = corner.y; in generateMetrics()
1187 bounds.yMax = std::max(bbox.yMax, bounds.yMax); in generateMetrics()
1194 if (!(bounds.xMin < bounds.xMax && bounds.yMin < bounds.yMax)) { in generateMetrics()
1211 bounds.yMax = SkFDot6Ceil (bounds.yMax); in generateMetrics()
[all …]
/third_party/skia/gm/
Druntimeintrinsics.cpp121 float yMax, in plot() argument
139 builder.uniform("yScale") = 1.0f / (yMax - yMin); in plot()
140 builder.uniform("yBias") = -yMin / (yMax - yMin); in plot()
167 float yMax, in plot_es3() argument
169 plot(canvas, fn, xMin, xMax, yMin, yMax, label, /*requireES3=*/true); in plot_es3()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java96 "[yMin, yMax]", String.format("[%d, %d]", headTable.yMin(), headTable.yMax()) })); in listFontMetrics()
500 int yMax = Integer.MIN_VALUE; in listGlyphDimensionBounds() local
514 if (glyph.yMax() > yMax) { in listGlyphDimensionBounds()
515 yMax = glyph.yMax(); in listGlyphDimensionBounds()
522 table.add(Arrays.asList(new String[] { "yMax", String.format("%d", yMax) })); in listGlyphDimensionBounds()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java96 "[yMin, yMax]", String.format("[%d, %d]", headTable.yMin(), headTable.yMax()) })); in listFontMetrics()
500 int yMax = Integer.MIN_VALUE; in listGlyphDimensionBounds() local
514 if (glyph.yMax() > yMax) { in listGlyphDimensionBounds()
515 yMax = glyph.yMax(); in listGlyphDimensionBounds()
522 table.add(Arrays.asList(new String[] { "yMax", String.format("%d", yMax) })); in listGlyphDimensionBounds()

1234567