HomeSort by relevance Sort by last modified time
    Searched refs:yMax (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 365 yMax := r.Max.Y - dst.Rect.Min.Y
369 for ; y != yMax; y, sy = y+1, sy+1 {
400 yMax := r.Max.Y - dst.Rect.Min.Y
404 for ; y != yMax; y, sy = y+1, sy+1 {
427 yMax := r.Max.Y - dst.Rect.Min.Y
431 for ; y != yMax; y, sy = y+1, sy+1 {
449 yMax := r.Max.Y - dst.Rect.Min.Y
453 for ; y != yMax; y, sy = y+1, sy+1 {
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 365 yMax := r.Max.Y - dst.Rect.Min.Y
369 for ; y != yMax; y, sy = y+1, sy+1 {
400 yMax := r.Max.Y - dst.Rect.Min.Y
404 for ; y != yMax; y, sy = y+1, sy+1 {
427 yMax := r.Max.Y - dst.Rect.Min.Y
431 for ; y != yMax; y, sy = y+1, sy+1 {
449 yMax := r.Max.Y - dst.Rect.Min.Y
453 for ; y != yMax; y, sy = y+1, sy+1 {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 99 FT_Short yMax;
336 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 515 const deInt64 yMax = de::max(de::max(y0, y1), y2);
520 m_bboxMax.y() = ceilSubpixelToPixelCoord (yMax, m_verticalFill == FILL_TOP);
    [all...]
  /external/freetype/src/base/
ftobjs.c 366 cbox.yMax += y_shift;
386 if ( cbox.yMax - cbox.yMin < 64 )
389 cbox.yMax = FT_PIX_CEIL_LONG( cbox.yMax );
394 cbox.yMax = FT_PIX_ROUND_LONG( cbox.yMax );
400 cbox.yMax = FT_PIX_CEIL_LONG( cbox.yMax );
411 ft_lcd_padding( &cbox.yMin, &cbox.yMax, slot );
422 cbox.yMax = FT_PIX_CEIL_LONG( cbox.yMax )
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 199 const int yMax = imageSize.y() - 1;
205 const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
359 const std::string yMax = de::toString(m_texture.size().y() - 1);
364 + "gx^(" + yMax + "-gy)^gz, "
365 + "(" + xMax + "-gx)^(" + yMax + "-gy)^gz)";
    [all...]
  /external/freetype/src/cff/
cffgload.c 530 /* bearing the yMax. */
662 metrics->height = cbox.yMax - cbox.yMin;
665 metrics->horiBearingY = cbox.yMax;
cffobjs.c 862 cffface->bbox.yMax = ( dict->font_bbox.yMax + 0xFFFF ) >> 16;
866 cffface->ascender = (FT_Short)( cffface->bbox.yMax );
    [all...]
cffparse.c 735 bbox->yMax = FT_RoundFix( cff_parse_fixed( parser, data ) );
742 bbox->yMax / 65536 ));
    [all...]
  /external/pdfium/core/fxge/
cfx_font.cpp 378 bbox.top = cbox.yMax;
383 bbox.top = cbox.yMax * 1000 / pixel_size_y;
fx_freetype.h 144 #define FXFT_Get_Face_yMax(face) static_cast<FT_Face>(face)->bbox.yMax
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 84 writer.comment("The xMin, yMin, xMax and yMax values\nwill be recalculated by the compiler.")
102 ("yMax", glyph.yMax),
125 for attr in ['xMin', 'yMin', 'xMax', 'yMax']:
179 yMax: h
604 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(onCurveCoords)
606 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(coords)
608 self.xMin, self.yMin, self.xMax, self.yMax = (0, 0, 0, 0)
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
125 for (int y = yMin; y <= yMax; y++)
153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
156 for (int y = yMin; y <= yMax; y++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
127 for (int y = yMin; y <= yMax; y++)
155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
158 for (int y = yMin; y <= yMax; y++)
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 420 (int32_t)SkEndian_SwapBE16((uint16_t)headTable->yMax),
  /external/skqp/src/ports/
SkTypeface_win_dw.cpp 420 (int32_t)SkEndian_SwapBE16((uint16_t)headTable->yMax),
  /external/freetype/src/pfr/
pfrload.c 857 phy_font->bbox.yMax = PFR_NEXT_SHORT( p );
  /external/freetype/src/psaux/
afmparse.c 918 fi->FontBBox.yMax = shared_vals[3].u.f;
psobjs.c     [all...]
  /external/freetype/src/type1/
t1driver.c 258 val = type1->font_bbox.yMax;
  /external/freetype/src/sfnt/
sfobjs.c     [all...]
ttload.c 632 FT_FRAME_SHORT ( yMax ),
    [all...]
  /external/ImageMagick/MagickCore/
annotate.c     [all...]
  /external/skia/src/core/
SkStroke.cpp     [all...]
  /external/skqp/src/core/
SkStroke.cpp     [all...]

Completed in 1637 milliseconds

1 23 4 5