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

  /external/pdfium/third_party/lcms/src/
cmsgamma.c 209 // no optimation curve is computed. nSegments may also be zero in the inverse case, where only the
213 cmsInt32Number nSegments, const cmsCurveSegment* Segments,
225 if (nEntries <= 0 && nSegments <= 0) {
235 if (nSegments <= 0) {
240 p ->Segments = (cmsCurveSegment*) _cmsCalloc(ContextID, nSegments, sizeof(cmsCurveSegment));
243 p ->Evals = (cmsParametricCurveEvaluator*) _cmsCalloc(ContextID, nSegments, sizeof(cmsParametricCurveEvaluator));
247 p -> nSegments = nSegments;
270 if (Segments != NULL && (nSegments > 0)) {
274 p ->SegInterp = (cmsInterpParams**) _cmsCalloc(ContextID, nSegments, sizeof(cmsInterpParams*))
    [all...]
cmstypes.c     [all...]
lcms2_internal.h 789 cmsUInt32Number nSegments; // Number of segments in the curve. Zero for a 16-bit based tables
    [all...]
  /external/fonttools/Lib/fontTools/pens/
pointPen.py 183 nSegments = len(segments)
184 for i in range(nSegments):
190 if i + 1 != nSegments or outputImpliedClosingLine or not closed:
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 617 float nSegments );
nine_lock.c     [all...]
device9.c     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 237 virtual HRESULT WINAPI SetNPatchMode(float nSegments) = 0;
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 205 milliseconds