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

  /external/pdfium/core/fpdfapi/page/
cpdf_shadingpattern.h 26 kTensorProductPatchMeshShading = 7,
51 m_ShadingType == kTensorProductPatchMeshShading;
cpdf_shadingpattern.cpp 125 case kTensorProductPatchMeshShading: {
158 case kTensorProductPatchMeshShading: {
cpdf_meshstream.cpp 21 case kTensorProductPatchMeshShading:
65 case kTensorProductPatchMeshShading:
cpdf_streamcontentparser.cpp 91 if (type == kTensorProductPatchMeshShading)
97 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading)
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 840 type == kTensorProductPatchMeshShading);
859 int point_count = type == kTensorProductPatchMeshShading ? 16 : 12;
    [all...]

Completed in 99 milliseconds