HomeSort by relevance Sort by last modified time
    Searched refs:U16CPU (Results 1 - 13 of 13) sorted by null

  /external/skia/include/core/
SkMath.h 103 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
115 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
SkColorPriv.h 206 static inline U16CPU SkAlphaMulInv256(U16CPU value, U16CPU alpha256) {
273 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
285 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
294 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
306 static inline U16CPU SkBlend32_RGB16(uint32_t src_expand, uint16_t dst, unsigned scale) {
316 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale)
    [all...]
SkStream.h 202 bool write16(U16CPU value) {
SkTypes.h 203 typedef unsigned U16CPU;
  /external/skia/src/core/
SkBitmapProcState.h 78 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
79 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
170 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
SkBitmapProcState_matrixProcs.cpp 155 static inline U16CPU fixed_clamp(SkFixed x) {
165 static inline U16CPU fixed_repeat(SkFixed x) {
169 static inline U16CPU fixed_mirror(SkFixed x) {
186 static inline U16CPU int_clamp(int x, int n) {
196 static inline U16CPU int_repeat(int x, int n) {
200 static inline U16CPU int_mirror(int x, int n) {
SkBlitter_RGB16.cpp 358 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) {
592 U16CPU srcColor) {
604 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
SkPath.cpp 722 void SkPath::incReserve(U16CPU inc) {
    [all...]
  /external/skia/include/utils/
SkRandom.h 49 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 703 const U16CPU width = glyph.fWidth;
706 for (U16CPU y = 0; y < glyph.fHeight; y++) {
707 for (U16CPU i = 0; i < width; i++) {
718 const U16CPU width = glyph.fWidth;
721 for (U16CPU y = 0; y < glyph.fHeight; y++) {
722 for (U16CPU i = 0; i < width; i++) {
736 const U16CPU width = glyph.fWidth;
739 for (U16CPU y = 0; y < glyph.fHeight; y++) {
740 for (U16CPU i = 0; i < width; i++) {
    [all...]
  /external/skia/src/views/
SkEventSink.cpp 111 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList)
  /external/skia/src/pdf/
SkPDFBitmap.cpp 223 U16CPU color565 = *src++;
  /external/skia/tools/
sk_tool_utils.cpp 213 U16CPU color16 = SkPixel32ToPixel16(pmColor);

Completed in 180 milliseconds