HomeSort by relevance Sort by last modified time
    Searched defs:blends (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c 438 FT_Fixed* blends = map->blend_points; local
456 the_blend = blends[p];
471 the_blend = blends[0];
474 the_blend = blends[map->num_points - 1];
478 blends [after] - blends [before],
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 435 FT_Fixed* blends = map->blend_points; local
453 the_blend = blends[p];
468 the_blend = blends[0];
471 the_blend = blends[map->num_points - 1];
475 blends [after] - blends [before],
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 245 list<uint32_t> blends; member in struct:meas
472 // Transforms and blends
476 measPtr->blends = supportedBlends(format->format);
477 testPrintI(" blends: %s",
478 blendList2str(measPtr->blends).c_str());
556 // Overlap two graphic formats and different blends
694 // Determines which types of blends (i.e. none, premult, coverage) are
    [all...]

Completed in 210 milliseconds