OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_DistanceFieldInset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkDistanceFieldGen.h
19
#define
SK_DistanceFieldInset
2
/external/skia/src/core/
SkDistanceFieldGen.h
19
#define
SK_DistanceFieldInset
2
/external/chromium_org/third_party/skia/src/gpu/
GrDistanceFieldTextContext.cpp
388
SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft +
SK_DistanceFieldInset
);
389
SkScalar dy = SkIntToScalar(glyph->fBounds.fTop +
SK_DistanceFieldInset
);
390
SkScalar width = SkIntToScalar(glyph->fBounds.width() - 2*
SK_DistanceFieldInset
);
391
SkScalar height = SkIntToScalar(glyph->fBounds.height() - 2*
SK_DistanceFieldInset
);
401
SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX +
SK_DistanceFieldInset
);
402
SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY +
SK_DistanceFieldInset
);
403
SkFixed tw = SkIntToFixed(glyph->fBounds.width() - 2*
SK_DistanceFieldInset
);
404
SkFixed th = SkIntToFixed(glyph->fBounds.height() - 2*
SK_DistanceFieldInset
);
/external/skia/src/gpu/
GrDistanceFieldTextContext.cpp
327
SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft +
SK_DistanceFieldInset
);
328
SkScalar dy = SkIntToScalar(glyph->fBounds.fTop +
SK_DistanceFieldInset
);
329
SkScalar width = SkIntToScalar(glyph->fBounds.width() - 2*
SK_DistanceFieldInset
);
330
SkScalar height = SkIntToScalar(glyph->fBounds.height() - 2*
SK_DistanceFieldInset
);
340
SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX +
SK_DistanceFieldInset
);
341
SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY +
SK_DistanceFieldInset
);
342
SkFixed tw = SkIntToFixed(glyph->fBounds.width() - 2*
SK_DistanceFieldInset
);
343
SkFixed th = SkIntToFixed(glyph->fBounds.height() - 2*
SK_DistanceFieldInset
);
Completed in 190 milliseconds