HomeSort by relevance Sort by last modified time
    Searched full:dsttype (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/core/
SkBitmapProcState_sample.h 11 #define DSTTYPE SkPMColor
13 #define DSTTYPE uint16_t
30 int count, DSTTYPE* SK_RESTRICT colors);
33 int count, DSTTYPE* SK_RESTRICT colors);
36 int count, DSTTYPE* SK_RESTRICT colors);
39 int count, DSTTYPE* SK_RESTRICT colors);
43 int count, DSTTYPE* SK_RESTRICT colors) {
85 int count, DSTTYPE* SK_RESTRICT colors) {
107 DSTTYPE dstValue = RETURNDST(src);
140 int count, DSTTYPE* SK_RESTRICT colors)
    [all...]
SkBitmapProcState_shaderproc.h 16 DSTTYPE* SK_RESTRICT colors, int count);
19 DSTTYPE* SK_RESTRICT colors, int count) {
87 #undef DSTTYPE
SkBitmapProcState_procs.h 308 #define DSTTYPE uint16_t
321 #define DSTTYPE uint16_t
336 #define DSTTYPE uint32_t
  /external/opencv/cv/src/
cvaccum.cpp 44 #define ICV_DEF_ACC_FUNC( name, srctype, dsttype, cvtmacro ) \
46 name,( const srctype *src, int srcstep, dsttype *dst, \
58 dsttype t0 = dst[x] + cvtmacro(src[x]); \
59 dsttype t1 = dst[x + 1] + cvtmacro(src[x + 1]); \
81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \
84 dsttype *dst, int dststep, CvSize size ), \
96 dsttype t0 = dst[x] + cvtmacro(src1[x])*cvtmacro(src2[x]); \
97 dsttype t1 = dst[x+1] + cvtmacro(src1[x+1])*cvtmacro(src2[x+1]);\
117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \
119 ( const srctype *src, int srcstep, dsttype *dst, int dststep,
    [all...]
cvsamplers.cpp 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \
149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \
200 dst[j] = (dsttype)cast_macro2(s0); \
201 dst[j+1] = (dsttype)cast_macro2(s1); \
211 dst[j] = (dsttype)cast_macro2(s0); \
234 dst[j] = (dsttype)cast_macro2(s0); \
244 dst[j] = (dsttype)cast_macro2(s0); \
252 dst[j] = (dsttype)cast_macro2(s0); \
264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \
268 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center )
    [all...]
cvderiv.cpp 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \
487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\
492 const dsttype* kx = (dsttype*)_kx->data.ptr; \
493 const dsttype* ky = (dsttype*)_ky->data.ptr; \
508 dsttype s0 = load_macro(s[i]); \
509 dsttype s1 = (dsttype)(s[i-cn] - s0*2 + s[i+cn]); \
515 dsttype s0 = (dsttype)(s[i-cn] + s[i]*2 + s[i+cn]);
    [all...]
cvfilter.cpp     [all...]
_cvipp.h     [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState_sample.h 11 #define DSTTYPE SkPMColor
13 #define DSTTYPE uint16_t
28 int count, DSTTYPE* SK_RESTRICT colors) {
70 int count, DSTTYPE* SK_RESTRICT colors) {
92 DSTTYPE dstValue = RETURNDST(src);
125 int count, DSTTYPE* SK_RESTRICT colors) {
171 int count, DSTTYPE* SK_RESTRICT colors) {
214 #undef DSTTYPE
SkBitmapProcState_shaderproc.h 14 DSTTYPE* SK_RESTRICT colors, int count) {
82 #undef DSTTYPE
SkBitmapProcState.cpp 308 #define DSTTYPE uint16_t
321 #define DSTTYPE uint16_t
336 #define DSTTYPE uint32_t
  /external/opencv/cxcore/src/
cxlut.cpp 103 #define ICV_DEF_LUT_FUNC_8U_CN( flavor, dsttype, cn ) \
106 dsttype* dst, int dststep, CvSize size, \
107 const dsttype* lut ) \
114 ICV_LUT_CASE_C##cn( dsttype ) \
131 #define ICV_DEF_LUT_FUNC_8U( flavor, dsttype ) \
135 dsttype* dst, int dststep, CvSize size, \
136 const dsttype* _lut, int cn ) \
139 dsttype lutp[1024]; \
166 const dsttype* lut = lutp + k*256; \
169 dsttype t0 = lut[src[j]];
    [all...]
cxmatmul.cpp     [all...]
cxconvert.cpp 1546 int dsttype; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /dalvik/vm/native/
java_lang_System.cpp 230 char dstType = dstClass->descriptor[1];
237 bool dstPrim = (dstType != '[' && dstType != 'L');
239 if (srcPrim != dstPrim || srcType != dstType) {
  /external/libppp/src/
filter.h 37 /* srctype or dsttype */
route.c 606 int dsttype = type & ROUTE_DSTANY; local
610 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
611 (!dsttype && ncprange_equal(&(*rp)->dst, dst))) {
638 int dsttype = type & ROUTE_DSTANY; local
641 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
642 (!dsttype && ncprange_equal(dst, &(*rp)->dst))) {
  /dalvik/vm/reflect/
Reflect.cpp 897 PrimitiveType dstType, const s4* srcPtr, s4* dstPtr)
909 assert((dstType != PRIM_VOID) && (dstType != PRIM_NOT));
911 switch (dstType) {
915 conv = (srcType == dstType) ? OK4 : bad;
998 dexGetPrimitiveTypeDescriptor(dstType));
    [all...]
Reflect.h 75 PrimitiveType dstType, const s4* srcPtr, s4* dstPtr);
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 109 QualType DstType, llvm::Type *DstTy);
551 QualType DstType,
562 assert(DstType->isFloatingType());
566 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
595 unsigned Width = CGF.getContext().getIntWidth(DstType);
596 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
613 CGF.getContext().getFloatTypeSemantics(DstType);
647 CGF.EmitCheckTypeDescriptor(DstType)
656 QualType DstType) {
658 DstType = CGF.getContext().getCanonicalType(DstType)
    [all...]
  /external/icu4c/i18n/unicode/
tzfmt.h 569 * @param dstType the name type used for daylight time
575 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1415 milliseconds

1 2