Home
last modified time | relevance | path

Searched defs:offsetA (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp87 int offsetA = hasDescendentA ? 0 : a.computeOffsetInContainerNode(); in comparePositions() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c2466 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTA2B_Read() local
2669 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2782 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTB2A_Read() local
2854 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTB2A_Write() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp364 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, Ex… in compareBoundaryPoints()