OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sk48Dot16
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkFixed.h
159
typedef int64_t
Sk48Dot16
;
163
static inline float Sk48Dot16ToScalar(
Sk48Dot16
x) {
166
#define SkFloatTo48Dot16(x) (static_cast<
Sk48Dot16
>((x) * (1 << 16)))
/external/skia/src/core/
SkPaint.cpp
764
static void join_bounds_x(const SkGlyph& g, SkRect* bounds,
Sk48Dot16
dx) {
772
static void join_bounds_y(const SkGlyph& g, SkRect* bounds,
Sk48Dot16
dy) {
780
typedef void (*JoinBoundsProc)(const SkGlyph&, SkRect*,
Sk48Dot16
);
818
Sk48Dot16
x = advance(*g, xyIndex);
928
Sk48Dot16
max = SkScalarTo48Dot16(maxWidth);
929
Sk48Dot16
width = 0;
[
all
...]
SkDraw.cpp
[
all
...]
Completed in 47 milliseconds