Searched refs:TFloat (Results 1 – 4 of 4) sorted by relevance
/external/drm_hwcomposer/ |
D | separate_rects.h | 27 template <typename TFloat> 31 TFloat left, top, right, bottom; 34 TFloat x1, y1, x2, y2; 36 TFloat bounds[4]; 39 typedef TFloat TNum; 44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) in Rect() 55 Rect<TFloat> &operator=(const Rect<T> &rhs) { 70 TFloat width() const { in width() 74 TFloat height() const { in height() 78 TFloat area() const { in area()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmslut.c | 503 …NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.TFloat, Data ->n… in CLUTElemDup() 504 if (NewElem ->Tab.TFloat == NULL) in CLUTElemDup() 508 if (NewElem ->Tab.TFloat == NULL) in CLUTElemDup() 680 NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsCalloc(ContextID, n, sizeof(cmsFloat32Number)); in cmsStageAllocCLutFloatGranular() 681 if (NewElem ->Tab.TFloat == NULL) { in cmsStageAllocCLutFloatGranular() 688 NewElem ->Tab.TFloat[i] = Table[i]; in cmsStageAllocCLutFloatGranular() 692 …erpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.TFloat, CMS_LERP_FLAGS_FL… in cmsStageAllocCLutFloatGranular() 845 if (clut ->Tab.TFloat != NULL) { in cmsStageSampleCLutFloat() 847 Out[t] = clut->Tab.TFloat[index + t]; in cmsStageSampleCLutFloat() 855 if (clut ->Tab.TFloat != NULL) { in cmsStageSampleCLutFloat() [all …]
|
D | cmstypes.c | 4290 if (!_cmsReadFloat32Number(io, &clut ->Tab.TFloat[i])) goto Error; in Type_MPEclut_Read() 4331 if (!_cmsWriteFloat32Number(io, clut ->Tab.TFloat[i])) return FALSE; in Type_MPEclut_Write()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 527 cmsFloat32Number* TFloat; // Points to the cmsFloat32Number table member
|