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

1 23 4

  /external/skia/src/ports/
SkFontMgr_android.cpp 11 #include "SkFixed.h"
58 const SkFixed* axes, int axesCount,
100 const SkSTArray<4, SkFixed, true> fAxes;
200 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count());
471 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count());
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp 134 static inline FIXED SkFixedToFIXED(SkFixed x) {
137 static inline SkFixed SkFIXEDToFixed(FIXED x) {
138 return *(SkFixed*)(&x);
    [all...]
SkFontHost_FreeType.cpp     [all...]
SkFontMgr_android_parser.cpp 157 SkFixed axisStyleValue = 0;
  /external/skia/src/core/
SkGlyphCache.cpp 132 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) {
143 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) {
149 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsType type, SkFixed x, SkFixed y) {
SkValidatingReadBuffer.cpp 69 SkFixed SkValidatingReadBuffer::readFixed() {
SkReadBuffer.cpp 97 SkFixed SkReadBuffer::readFixed() {
SkWriteBuffer.cpp 51 void SkWriteBuffer::writeFixed(SkFixed value) {
SkDraw.cpp 16 #include "SkFixed.h"
304 SkFixed fRadius;
414 const SkFixed radius = rec.fRadius;
416 SkFixed x = SkScalarToFixed(devPts[i].fX);
417 SkFixed y = SkScalarToFixed(devPts[i].fY);
431 const SkFixed radius = rec.fRadius;
433 SkFixed x = SkScalarToFixed(devPts[i].fX);
434 SkFixed y = SkScalarToFixed(devPts[i].fY);
    [all...]
SkPaint.cpp 783 static SkFixed advance(const SkGlyph& glyph, int xyIndex) {
938 SkFixed x = SkAutoKern_AdjustF(rsb, g.fLsbDelta) + advance(g, xyIndex);
949 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex);
1053 SkFixed prevWidth = 0;
1059 SkFixed adjust = autokern.adjust(g);
1079 SkFixed adjust = autokern.adjust(g);
    [all...]
SkScalerContext.cpp 608 SkFixed dx = glyph.getSubXFixed();
609 SkFixed dy = glyph.getSubYFixed();
SkMatrix.cpp 21 // When SkScalar was SkFixed, we would sometimes rescale the entire matrix to keep its
    [all...]
SkString.cpp 11 #include "SkFixed.h"
147 char* SkStrAppendFixed(char string[], SkFixed x) {
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 453 SkFixed stopX = 0;
454 SkFixed stopY = 0;
481 SkFixed fixedSizeRatio = SkScalarToFixed(fTextRatio);
483 SkFixed fx = SkScalarToFixed(x);
484 SkFixed fy = SkScalarToFixed(y);
  /external/skia/tests/
MathTest.cpp 548 SkFixed result = SkFixedDiv(100, 100);
561 SkFixed numer = rand.nextS();
562 SkFixed denom = rand.nextS();
563 SkFixed result = SkFixedDiv(numer, denom);
569 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32);
FontMgrAndroidParserTest.cpp 143 SkFixed fix;
SerializationTest.cpp 10 #include "SkFixed.h"
372 SkFixed axis = SK_FixedSqrt2;
  /external/skia/include/core/
SkString.h 114 char* SkStrAppendFixed(char buffer[], SkFixed);
  /external/skia/bench/
MathBench.cpp 506 SkFixed fResult[N];
  /frameworks/base/libs/hwui/font/
Font.cpp 307 SkFixed prevRsbDelta = 0;
  /external/skia/tools/
test_font_data.cpp     [all...]
test_font_monospace.cpp     [all...]
test_font_sans_serif.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 97 SkFixed xAdv = 0, yAdv = 0;
    [all...]

Completed in 1495 milliseconds

1 23 4