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

1 2

  /external/skia/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/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,
320 QualType srcType = src->getType();
321 if (!destType->isRecordType() && !srcType->isRecordType())
369 << CT << srcType << destType
451 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
460 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
472 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; \
cvderiv.cpp 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \
487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\
498 const srctype* s = src + ksize2n; \
    [all...]
  /dalvik/vm/native/
java_lang_System.cpp 155 char srcType = srcClass->descriptor[1];
162 bool srcPrim = (srcType != '[' && srcType != 'L');
165 if (srcPrim != dstPrim || srcType != dstType) {
171 srcType, dstArray->contents, dstPos,
174 switch (srcType) {
java_lang_reflect_Field.cpp 573 PrimitiveType srcType = dexGetPrimitiveTypeFromDescriptorChar(descriptor);
583 if (dvmConvertPrimitiveValue(srcType, fieldType->primitiveType,
  /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...]
  /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 87 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
355 QualType SrcType,
358 SrcType = SrcType->getAs<ComplexType>()->getElementType();
364 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
365 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
CGExprScalar.cpp 519 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) {
520 assert(SrcType.isCanonical() && "EmitScalarConversion strips typedefs");
522 if (SrcType->isRealFloatingType())
525 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType))
528 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
540 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType,
542 SrcType = CGF.getContext().getCanonicalType(SrcType);
544 if (SrcType == DstType) return Src;
552 if (SrcType->isHalfType())
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 561 QualType SrcType = getSubExpr()->getType();
564 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
565 SrcType = SrcPTy->getPointeeType();
573 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
    [all...]

Completed in 1031 milliseconds

1 2