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

1 2

  /external/skia/legacy/src/core/
SkBitmapProcState_sample.h 40 SRCTYPE src;
46 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
52 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
59 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
79 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
84 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
88 SRCTYPE src;
99 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)];
100 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 26 const SRCTYPE* SK_RESTRICT row0;
27 const SRCTYPE* SK_RESTRICT row1;
43 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
44 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
81 #undef SRCTYPE
SkBitmapProcState.cpp 91 #define SRCTYPE SkPMColor
103 #define SRCTYPE SkPMColor
122 #define SRCTYPE uint16_t
138 #define SRCTYPE uint16_t
153 #define SRCTYPE uint8_t
167 #define SRCTYPE uint8_t
184 #define SRCTYPE SkPMColor16
200 #define SRCTYPE SkPMColor16
219 #define SRCTYPE uint8_t
245 #define SRCTYPE SkPMColo
    [all...]
  /external/skia/src/core/
SkBitmapProcState_sample.h 55 SRCTYPE src;
61 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
67 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
74 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
94 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
99 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
103 SRCTYPE src;
114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)];
115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 31 const SRCTYPE* SK_RESTRICT row0;
32 const SRCTYPE* SK_RESTRICT row1;
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
86 #undef SRCTYPE
SkBitmapProcState_procs.h 92 #define SRCTYPE SkPMColor
104 #define SRCTYPE SkPMColor
123 #define SRCTYPE uint16_t
139 #define SRCTYPE uint16_t
154 #define SRCTYPE uint8_t
168 #define SRCTYPE uint8_t
185 #define SRCTYPE SkPMColor16
201 #define SRCTYPE SkPMColor16
220 #define SRCTYPE uint8_t
245 #define SRCTYPE SkPMColo
    [all...]
  /external/opencv/cxcore/src/
cxminmaxloc.cpp 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \
87 srctype, temptype, extrtype ) \
89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \
93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \
105 srctype, temptype, extrtype ) \
107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \
113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \
124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \
127 srctype, int, extrtype ) \
129 flavor, srctype, int, extrtype
    [all...]
_cxipp.h 147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \
150 ( const srctype* img, int imgstep, const uchar* mask, \
154 ( const srctype* img, int imgstep, const uchar* mask, \
158 ( const srctype* img, int imgstep, const uchar* mask, \
162 ( const srctype* img, int imgstep, const uchar* mask, \
179 #define IPCV_DEF_MEAN_SDV( flavor, srctype ) \
182 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
185 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
188 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
191 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))
    [all...]
cxconvert.cpp 956 int srctype = param; local
    [all...]
cxmatmul.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 143 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
168 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
174 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
182 QualType SrcType,
324 QualType srcType = src->getType();
325 if (!destType->isRecordType() && !srcType->isRecordType())
373 << CT << srcType << destType
455 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
464 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
476 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /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, \
81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \
83 ( const srctype *src1, int step1, const srctype *src2, int step2, \
117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \
119 ( const srctype *src, int srcstep, dsttype *dst, int dststep, \
152 #define ICV_DEF_ACCMASK_FUNC_C1( name, srctype, dsttype, cvtmacro ) \
154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
188 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro )
    [all...]
cvsamplers.cpp 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \
148 ( const srctype* src, int src_step, CvSize src_size, \
219 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \
224 const srctype *src2 = src + src_step; \
264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \
267 ( const srctype* src, int src_step, CvSize src_size, \
321 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \
326 const srctype *src2 = src + src_step; \
600 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \
604 ( const srctype * src, int src_step, CvSize src_size,
    [all...]
_cvipp.h 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \
389 int bordertype, srctype bordervalue, void* buffer ))
405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \
412 int bordertype, srctype bordervalue, void* buffer ))
423 #define IPCV_FILTER_LAPLACIAN_BORDER( flavor, srctype ) \
430 int bordertype, srctype bordervalue, void* buffer ))
    [all...]
cvfilter.cpp     [all...]
cvmoments.cpp 252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \
254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments ) \
273 const srctype* ptr = img; \
  /dalvik/vm/reflect/
Reflect.cpp 896 int dvmConvertPrimitiveValue(PrimitiveType srcType,
908 assert((srcType != PRIM_VOID) && (srcType != PRIM_NOT));
915 conv = (srcType == dstType) ? OK4 : bad;
919 switch (srcType) {
927 switch (srcType) {
937 switch (srcType) {
948 switch (srcType) {
960 switch (srcType) {
997 dexGetPrimitiveTypeDescriptor(srcType),
    [all...]
Reflect.h 74 int dvmConvertPrimitiveValue(PrimitiveType srcType,
  /dalvik/vm/analysis/
CodeVerify.cpp 262 * Determine whether we can convert "srcType" to "checkType", where
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
294 LOG_VFY("Unexpected checkType %d (srcType=%d)", checkType, srcType);
300 //printf("convTab[%d][%d] = %d\n", srcType, checkType,
301 // convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART]);
302 if (srcType >= kRegType1nrSTART && srcType <= kRegType1nrEND)
303 return (bool) convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART];
311 static bool canConvertTo2(RegType srcType, RegType checkType
    [all...]
  /dalvik/vm/native/
java_lang_System.cpp 229 char srcType = srcClass->descriptor[1];
236 bool srcPrim = (srcType != '[' && srcType != 'L');
239 if (srcPrim != dstPrim || srcType != dstType) {
245 srcType, dstArray->contents, dstPos,
248 switch (srcType) {
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode,
358 JavaExpression left = cast(srcType, leftNode);
359 JavaExpression right = cast(srcType, rightNode);
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) {
364 return JavaExpression.prefix(destType, prefix, cast(srcType, node));
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 897 private boolean invalidDim(int srcType, int srcDim, String srcClass,
902 if (srcType == NULL)
907 else if (isCast && srcDim == 0 && srcType == CLASS
    [all...]
  /external/libppp/src/
filter.h 37 /* srctype or dsttype */
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 82 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
362 QualType SrcType,
365 SrcType = SrcType->castAs<ComplexType>()->getElementType();
371 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
372 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
CGExprScalar.cpp 108 Value *Src, QualType SrcType,
529 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) {
530 assert(SrcType.isCanonical() && "EmitScalarConversion strips typedefs");
532 if (SrcType->isRealFloatingType())
535 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType))
538 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
550 Value *Src, QualType SrcType,
631 CGF.getContext().getFloatTypeSemantics(SrcType);
655 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType,
657 SrcType = CGF.getContext().getCanonicalType(SrcType)
    [all...]

Completed in 917 milliseconds

1 2