HomeSort by relevance Sort by last modified time
    Searched refs:blueValues (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2blues.c 81 FT_Pos* blueValues;
103 cf2_getBlueValues( decoder, &numBlueValues, &blueValues );
142 cf2_blueToFixed( blueValues[0] ) < emBoxBottom &&
143 cf2_blueToFixed( blueValues[1] ) < emBoxBottom &&
144 cf2_blueToFixed( blueValues[2] ) > emBoxTop &&
145 cf2_blueToFixed( blueValues[3] ) > emBoxTop ) ) )
186 /* copy `BlueValues' and `OtherBlues' to a combined array of top and */
191 cf2_blueToFixed( blueValues[i] );
193 cf2_blueToFixed( blueValues[i + 1] );
  /external/freetype/src/cff/
cf2blues.c 81 FT_Pos* blueValues;
103 cf2_getBlueValues( decoder, &numBlueValues, &blueValues );
142 cf2_blueToFixed( blueValues[0] ) < emBoxBottom &&
143 cf2_blueToFixed( blueValues[1] ) < emBoxBottom &&
144 cf2_blueToFixed( blueValues[2] ) > emBoxTop &&
145 cf2_blueToFixed( blueValues[3] ) > emBoxTop ) ) )
186 /* copy `BlueValues' and `OtherBlues' to a combined array of top and */
191 cf2_blueToFixed( blueValues[i] );
193 cf2_blueToFixed( blueValues[i + 1] );

Completed in 27 milliseconds