Searched refs:numBlends (Results 1 – 7 of 7) sorted by relevance
55 unsigned int numBlends, hb_array_t<const BlendArg> blends_) in set_blends()59 deltas.resize (numBlends); in set_blends()60 for (unsigned int i = 0; i < numBlends; i++) in set_blends()
924 FT_UInt numBlends; in cff_parse_blend() local950 numBlends = (FT_UInt)cff_parse_num( parser, parser->top - 1 ); in cff_parse_blend()951 if ( numBlends > parser->stackSize ) in cff_parse_blend()959 numBlends, in cff_parse_blend()960 numBlends == 1 ? "" : "s" )); in cff_parse_blend()962 error = cff_blend_doBlend( subFont, parser, numBlends ); in cff_parse_blend()
105 FT_UInt numBlends );
1282 FT_UInt numBlends ) in cff_blend_doBlend() argument1295 FT_UInt numOperands = (FT_UInt)( numBlends * blend->lenBV ); in cff_blend_doBlend()1310 size = 5 * numBlends; /* add 5 bytes per entry */ in cff_blend_doBlend()1346 delta = base + numBlends; /* index of first delta arg */ in cff_blend_doBlend()1348 for ( i = 0; i < numBlends; i++ ) in cff_blend_doBlend()1375 parser->top = &parser->stack[base + numBlends]; in cff_blend_doBlend()
417 numBlends = self.pop()418 numOps = numBlends * (self.numRegions + 1)420 del self.operandStack[-(numOps-numBlends):] # Leave the default operands on the stack.1256 numBlends = self.pop()1260 assert(numArgs == numMasters * numBlends)1261 value = [None]*numBlends1265 while i < numBlends:1268 masterOffset = numBlends + (i* numDeltas)
420 CF2_UInt numBlends ) in cf2_doBlend() argument425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend()429 delta = base + numBlends; in cf2_doBlend()431 for ( i = 0; i < numBlends; i++ ) in cf2_doBlend()450 cf2_stack_pop( opStack, numOperands - numBlends ); in cf2_doBlend()734 FT_UInt numBlends; in cf2_interpT2CharString() local764 numBlends = (FT_UInt)cf2_stack_popInt( opStack ); in cf2_interpT2CharString()765 if ( numBlends > stackSize ) in cf2_interpT2CharString()771 cf2_doBlend( &font->blend, opStack, numBlends ); in cf2_interpT2CharString()
2049 numBlends = len(value)2050 numStack = (numBlends * numMasters) + 12066 firstList = [0] * numBlends2067 deltaList = [None] * numBlends2070 while i < numBlends:2085 out.append(encodeNumber(numBlends))