/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | test_bbox.c | 120 XVAL( bbox.xMax ), in dump_outline() 128 XVAL( bbox.xMax ), in dump_outline() 151 XVAL( bbox.xMax ), in profile_outline() 154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline() 166 XVAL( bbox.xMax ), in profile_outline() 169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); in profile_outline()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbbox.c | 48 if ( p->x > bbox.xMax ) \ 49 bbox.xMax = p->x; \ 57 ( p->x < bbox.xMin || p->x > bbox.xMax ) 221 &user->bbox.xMax ); in BBox_Conic_To() 430 &user->bbox.xMax ); in BBox_Cubic_To() 482 abbox->xMin = abbox->xMax = 0; in FT_EXPORT_DEF() 505 if ( cbox.xMin < bbox.xMin || cbox.xMax > bbox.xMax || in FT_EXPORT_DEF()
|
H A D | ftoutln.c | 460 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local 469 xMax = 0; in FT_Outline_Get_CBox() 478 xMin = xMax = vec->x; in FT_Outline_Get_CBox() 489 if ( x > xMax ) xMax = x; in FT_Outline_Get_CBox() 497 acbox->xMax = xMax; in FT_Outline_Get_CBox() 614 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) in FT_EXPORT_DEF() 628 params->clip_box.xMax = ( cbox.xMax in FT_EXPORT_DEF() [all...] |
H A D | ftglyph.c | 129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width * 64 ); in ft_bitmap_glyph_bbox() 499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox() 517 acbox->xMax = FT_PIX_CEIL_LONG( acbox->xMax ); in FT_Glyph_Get_CBox() 527 acbox->xMax >>= 6; in FT_Glyph_Get_CBox()
|
H A D | ftlcdfil.c | 62 cbox->xMax += lcd_weights[4] ? 43 : in ft_lcd_padding() 381 cbox->xMax -= FT_MIN( FT_MIN( sub[0].x, sub[1].x ), sub[2].x ); in ft_lcd_padding() 388 cbox->xMax -= FT_MIN( FT_MIN( sub[0].y, sub[1].y ), sub[2].y ); in ft_lcd_padding()
|
H A D | ftobjs.c | 391 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); in FT_BASE_DEF() 397 cbox.xMax = ( cbox.xMax & 63 ) + ( x_shift & 63 ); in FT_BASE_DEF() 412 pbox.xMax += ( cbox.xMax + 32 ) >> 6; in FT_BASE_DEF() 417 if ( pbox.xMin == pbox.xMax ) in FT_BASE_DEF() 420 ( ( cbox.xMax + 32 ) & 63 ) - 32 < 0 ) in FT_BASE_DEF() 423 pbox.xMax += 1; in FT_BASE_DEF() 462 pbox.xMax in FT_BASE_DEF() [all...] |
/third_party/skia/third_party/externals/angle2/samples/tri_fan_microbench/ |
H A D | TriFanMicroBench.cpp | 58 const GLfloat xMax = 1.0f; in createVertexBuffers() local 80 if (xOffset > xMax) in createVertexBuffers() 128 if (xOffset > xMax) in createVertexBuffers()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | Glyph.java | 110 public int xMax() { in xMax() method in Glyph 111 return this.data.readShort(Offset.xMax.offset); in xMax() 141 sb.append(this.xMax()); in toString()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | FontHeaderTable.java | 67 xMax(40), enum constant 254 public int xMax() { in xMax() method in FontHeaderTable 255 return this.data.readShort(Offset.xMax.offset); in xMax() 600 public int xMax() { in xMax() method in FontHeaderTable.Builder 601 return this.table().xMax(); in xMax() 605 this.internalWriteData().writeShort(Offset.xMax.offset, xmax); in setXMax()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
H A D | SFLint.java | 134 int xMax = glyph.xMax(); in lintWindowsClipping() 142 if (glyphId == 0 || xMax > bbox_xMax) { in lintWindowsClipping() 143 bbox_xMax = xMax; in lintWindowsClipping()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 500 face->bbox.xMax, face->bbox.yMin); in onGetAdvancedMetrics() 1011 bbox->xMax += dx; 1019 bbox->xMax = (bbox->xMax + 63) & ~63; 1032 bbox->xMax += vector.x; 1122 bounds.xMax = colrGlyphBbox.bottom_left.x; 1135 if (corner.x > bounds.xMax) { 1136 bounds.xMax = corner.x; 1191 bounds.xMax = std::max(bbox.xMax, bound [all...] |
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 857 cbox.xMax = edge.control_b.x; in get_control_box() 870 cbox.xMax = edge.control_a.x > cbox.xMax in get_control_box() 872 : cbox.xMax; in get_control_box() 884 cbox.xMax = edge.control_a.x; in get_control_box() 898 cbox.xMax = edge.start_pos.x > cbox.xMax in get_control_box() 900 : cbox.xMax; in get_control_box() 912 cbox.xMax = edge.start_pos.x; in get_control_box() 920 cbox.xMax in get_control_box() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfo.java | 94 "[xMin, xMax]", String.format("[%d, %d]", headTable.xMin(), headTable.xMax()) })); in listFontMetrics() 499 int xMax = Integer.MIN_VALUE; in listGlyphDimensionBounds() 511 if (glyph.xMax() > xMax) { in listGlyphDimensionBounds() 512 xMax = glyph.xMax(); in listGlyphDimensionBounds() 520 table.add(Arrays.asList(new String[] { "xMax", String.format("%d", xMax) })); in listGlyphDimensionBounds()
|
/third_party/skia/gm/ |
H A D | typeface.cpp | 219 SkScalar xMax = x; in draw_typeface_rendering_gm() local 254 xMax = std::max(x, xMax); in draw_typeface_rendering_gm() 260 xBase = xMax; in draw_typeface_rendering_gm()
|
H A D | runtimeintrinsics.cpp | 90 'x' : float in [xMin, xMax] 91 'xi' : int in [xMin, xMax] 92 'p' : float2 in [xMin, xMax] Lerps from (xMax, xMin) to (xMin, xMax) 93 'pi' : int2 in [xMin, xMax] Lerps from (xMax, xMin) to (xMin, xMax) 119 float xMax, in plot() 137 builder.uniform("xScale") = xMax in plot() 116 plot(SkCanvas* canvas, const char* fn, float xMin, float xMax, float yMin, float yMax, const char* label = nullptr, bool requireES3 = false) plot() argument 162 plot_es3(SkCanvas* canvas, const char* fn, float xMin, float xMax, float yMin, float yMax, const char* label = nullptr) plot_es3() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local 313 tcu::IVec4 color = tcu::IVec4(x ^ y ^ z, (xMax - x) ^ y ^ z, x ^ (yMax - y) ^ z, (xMax - x) ^ (yMax - y) ^ z); in generateReferenceImage() 316 color -= tcu::IVec4(deRoundFloatToInt32((float)de::max(xMax, yMax) / 2.0f)); in generateReferenceImage() 347 const int xMax = access.getWidth() - 1; in flipHorizontally() local 355 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z); in flipHorizontally() 356 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z); in flipHorizontally() 364 const tcu::Vec4 temp = access.getPixel(xMax - x, y, z); in flipHorizontally() 365 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z); in flipHorizontally() 591 const deUint32 xMax in initPrograms() local 1358 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local 1404 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local 1429 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local 1448 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local 1466 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local [all...] |
H A D | vktImageMultisampleLoadStoreTests.cpp | 91 const std::string xMax = de::toString(caseDef.texture.size().x() - 1); in initPrograms() local 105 const std::string green = "(" + xMax + "-gx)^gy^gz"; in initPrograms() 107 const std::string alpha = "(" + xMax + "-gx)^(" + yMax + "-gy)^gz"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local 313 tcu::IVec4 color = tcu::IVec4(x ^ y ^ z, (xMax - x) ^ y ^ z, x ^ (yMax - y) ^ z, (xMax - x) ^ (yMax - y) ^ z); in generateReferenceImage() 316 color -= tcu::IVec4(deRoundFloatToInt32((float)de::max(xMax, yMax) / 2.0f)); in generateReferenceImage() 347 const int xMax = access.getWidth() - 1; in flipHorizontally() local 355 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z); in flipHorizontally() 356 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z); in flipHorizontally() 364 const tcu::Vec4 temp = access.getPixel(xMax - x, y, z); in flipHorizontally() 365 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z); in flipHorizontally() 586 const deUint32 xMax in initPrograms() local 1333 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local 1375 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local 1400 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local 1419 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local 1437 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local [all...] |
H A D | vktImageMultisampleLoadStoreTests.cpp | 90 const std::string xMax = de::toString(caseDef.texture.size().x() - 1); in initPrograms() local 105 + (numColorComponents > 1 ? "(" + xMax + "-gx)^gy^gz, " : "0, ") in initPrograms() 107 + (numColorComponents > 3 ? "(" + xMax + "-gx)^(" + yMax + "-gy)^gz" : "1") in initPrograms()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | MtxHeadBuilder.java | 47 xMax(40), enum constant
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-head-table.hh | 153 HBINT16 xMax; /* For all glyph bounding boxes. */ member
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1objs.c | 476 root->bbox.xMax = ( type1->font_bbox.xMax + 0xFFFF ) >> 16; in FT_LOCAL_DEF() 492 (FT_Short)( root->bbox.xMax ); in FT_LOCAL_DEF()
|
H A D | t1afm.c | 302 t1_face->bbox.xMax = ( fi->FontBBox.xMax + 0xFFFF ) >> 16; in FT_LOCAL_DEF()
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 81 function allBlank(rows, y, xMin, xMax) { 82 for (let x = xMin; x < xMax; x++) {
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidobjs.c | 441 cidface->bbox.xMax = ( cid->font_bbox.xMax + 0xFFFF ) >> 16; in FT_LOCAL_DEF()
|