HomeSort by relevance Sort by last modified time
    Searched full:normalizedcoords (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
84 FT_Fixed* normalizedcoords; member in struct:GX_BlendRec_
ttgxvar.c 518 else if ( blend->normalizedcoords[i] == 0 ||
519 ( blend->normalizedcoords[i] < 0 && tuple_coords[i] > 0 ) ||
520 ( blend->normalizedcoords[i] > 0 && tuple_coords[i] < 0 ) )
529 blend->normalizedcoords[i] > 0
530 ? blend->normalizedcoords[i]
531 : -blend->normalizedcoords[i] );
533 else if ( blend->normalizedcoords[i] <= im_start_coords[i] ||
534 blend->normalizedcoords[i] >= im_end_coords[i] )
540 else if ( blend->normalizedcoords[i] < tuple_coords[i] )
542 blend->normalizedcoords[i] - im_start_coords[i]
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
84 FT_Fixed* normalizedcoords; member in struct:GX_BlendRec_
ttgxvar.c 518 else if ( blend->normalizedcoords[i] == 0 ||
519 ( blend->normalizedcoords[i] < 0 && tuple_coords[i] > 0 ) ||
520 ( blend->normalizedcoords[i] > 0 && tuple_coords[i] < 0 ) )
529 blend->normalizedcoords[i] > 0
530 ? blend->normalizedcoords[i]
531 : -blend->normalizedcoords[i] );
533 else if ( blend->normalizedcoords[i] <= im_start_coords[i] ||
534 blend->normalizedcoords[i] >= im_end_coords[i] )
540 else if ( blend->normalizedcoords[i] < tuple_coords[i] )
542 blend->normalizedcoords[i] - im_start_coords[i]
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
84 FT_Fixed* normalizedcoords; member in struct:GX_BlendRec_
ttgxvar.c 518 else if ( blend->normalizedcoords[i] == 0 ||
519 ( blend->normalizedcoords[i] < 0 && tuple_coords[i] > 0 ) ||
520 ( blend->normalizedcoords[i] > 0 && tuple_coords[i] < 0 ) )
529 blend->normalizedcoords[i] > 0
530 ? blend->normalizedcoords[i]
531 : -blend->normalizedcoords[i] );
533 else if ( blend->normalizedcoords[i] <= im_start_coords[i] ||
534 blend->normalizedcoords[i] >= im_end_coords[i] )
540 else if ( blend->normalizedcoords[i] < tuple_coords[i] )
542 blend->normalizedcoords[i] - im_start_coords[i]
    [all...]
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 46 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord, const int coordBits, const int uvBits)
51 const float minA = normalizedCoords ? minN*float(dim) : minN;
52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN;
116 copy.normalizedCoords = false;
tcuTexLookupVerifier.cpp 504 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
530 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
563 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
564 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
565 const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth(), coord.z(), prec.coordBits.z(), prec.uvwBits.z());
604 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
638 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
639 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
693 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x())
    [all...]
tcuTexCompareVerifier.cpp 526 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
527 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
561 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
562 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
636 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
637 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
638 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
639 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
693 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
694 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x())
    [all...]
tcuTexVerifierUtil.hpp 96 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord, const int coordBits, const int uvBits);
tcuTexture.cpp     [all...]
tcuTexture.hpp 178 bool normalizedCoords;
207 , normalizedCoords (normalizedCoords_)
222 , normalizedCoords (true)
    [all...]

Completed in 114 milliseconds