Searched refs:to_op (Results 1 – 6 of 6) sorted by relevance
180 const FilterOperation& to_op = to ? *to : CreateNoOpFilter(from->type()); in Blend() local182 if (from_op.type() != to_op.type()) in Blend()185 DCHECK(to_op.type() != FilterOperation::COLOR_MATRIX); in Blend()186 blended_filter.set_type(to_op.type()); in Blend()188 if (to_op.type() == FilterOperation::REFERENCE) { in Blend()190 blended_filter.set_image_filter(to_op.image_filter()); in Blend()197 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()), in Blend()198 to_op.type())); in Blend()200 if (to_op.type() == FilterOperation::DROP_SHADOW) { in Blend()204 to_op.drop_shadow_offset().x()), in Blend()[all …]
67 const TransformOperation* to_op = to_identity ? NULL : &operations_[i]; in BlendedBoundsForBox() local70 to_op, in BlendedBoundsForBox()
2363 int aff, to_op; in sqlite3ExprCodeTarget() local2367 to_op = aff - SQLITE_AFF_TEXT + OP_ToText; in sqlite3ExprCodeTarget()2368 assert( to_op==OP_ToText || aff!=SQLITE_AFF_TEXT ); in sqlite3ExprCodeTarget()2369 assert( to_op==OP_ToBlob || aff!=SQLITE_AFF_NONE ); in sqlite3ExprCodeTarget()2370 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC ); in sqlite3ExprCodeTarget()2371 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER ); in sqlite3ExprCodeTarget()2372 assert( to_op==OP_ToReal || aff!=SQLITE_AFF_REAL ); in sqlite3ExprCodeTarget()2373 testcase( to_op==OP_ToText ); in sqlite3ExprCodeTarget()2374 testcase( to_op==OP_ToBlob ); in sqlite3ExprCodeTarget()2375 testcase( to_op==OP_ToNumeric ); in sqlite3ExprCodeTarget()[all …]
73279 int aff, to_op;73283 to_op = aff - SQLITE_AFF_TEXT + OP_ToText;73284 assert( to_op==OP_ToText || aff!=SQLITE_AFF_TEXT );73285 assert( to_op==OP_ToBlob || aff!=SQLITE_AFF_NONE );73286 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );73287 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER );73288 assert( to_op==OP_ToReal || aff!=SQLITE_AFF_REAL );73289 testcase( to_op==OP_ToText );73290 testcase( to_op==OP_ToBlob );73291 testcase( to_op==OP_ToNumeric );[all …]
76775 int aff, to_op;76779 to_op = aff - SQLITE_AFF_TEXT + OP_ToText;76780 assert( to_op==OP_ToText || aff!=SQLITE_AFF_TEXT );76781 assert( to_op==OP_ToBlob || aff!=SQLITE_AFF_NONE );76782 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );76783 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER );76784 assert( to_op==OP_ToReal || aff!=SQLITE_AFF_REAL );76785 testcase( to_op==OP_ToText );76786 testcase( to_op==OP_ToBlob );76787 testcase( to_op==OP_ToNumeric );[all …]
76811 int aff, to_op;76815 to_op = aff - SQLITE_AFF_TEXT + OP_ToText;76816 assert( to_op==OP_ToText || aff!=SQLITE_AFF_TEXT );76817 assert( to_op==OP_ToBlob || aff!=SQLITE_AFF_NONE );76818 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );76819 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER );76820 assert( to_op==OP_ToReal || aff!=SQLITE_AFF_REAL );76821 testcase( to_op==OP_ToText );76822 testcase( to_op==OP_ToBlob );76823 testcase( to_op==OP_ToNumeric );[all …]