OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFloat
(Results
1 - 4
of
4
) sorted by null
/external/drm_hwcomposer/
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)
55
Rect<
TFloat
> &operator=(const Rect<T> &rhs)
[
all
...]
/external/pdfium/third_party/lcms2-2.6/src/
cmslut.c
503
NewElem ->Tab.
TFloat
= (cmsFloat32Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.
TFloat
, Data ->nEntries * sizeof (cmsFloat32Number));
504
if (NewElem ->Tab.
TFloat
== NULL)
508
if (NewElem ->Tab.
TFloat
== NULL)
680
NewElem ->Tab.
TFloat
= (cmsFloat32Number*) _cmsCalloc(ContextID, n, sizeof(cmsFloat32Number));
681
if (NewElem ->Tab.
TFloat
== NULL) {
688
NewElem ->Tab.
TFloat
[i] = Table[i];
692
NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.
TFloat
, CMS_LERP_FLAGS_FLOAT);
845
if (clut ->Tab.
TFloat
!= NULL) {
847
Out[t] = clut->Tab.
TFloat
[index + t]
[
all
...]
cmstypes.c
[
all
...]
/external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h
527
cmsFloat32Number*
TFloat
; // Points to the cmsFloat32Number table
Completed in 190 milliseconds