Searched refs:Left (Results 1 - 25 of 101) sorted by last modified time

12345

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h118 int Left(int i) { function in class:fst::Heap
150 int l = Left(i);
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp278 int imageLeft = desc.Left;
H A DSkMovie_gif.cpp135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Left + copyWidth > width) {
184 copyWidth = width - frame->ImageDesc.Left;
290 if (target->ImageDesc.Left <= covered->ImageDesc.Left
291 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
292 target->ImageDesc.Left
[all...]
/external/skia/experimental/Intersection/
H A DNearestPoint.cpp201 Point2 Left[W_DEGREE+1], /* New left and right */ variable
229 Bezier(w, degree, 0.5, Left, Right);
230 left_count = FindRoots(Left, degree, left_t, depth+1);
421 * Fill in control points for resulting sub-curves if "Left" and
425 static Point2 Bezier(V, degree, t, Left, Right)
429 Point2 *Left; /* RETURN left half ctl pts */ variable
451 if (Left != NULL) {
453 Left[j] = Vtemp[j][0];
/external/qemu/ui/
H A Dcurses_keys.h123 [0x104] = 75 | GREY, /* Left Arrow */
451 { "Left", 0x104 },
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h599 FX_SHORT Left; member in struct:FX_SMALL_RECT
H A Dfx_string.h296 CFX_ByteString Left(FX_STRSIZE count) const;
552 CFX_WideStringC Left(FX_STRSIZE count) const function in class:CFX_WideStringC
697 CFX_WideString Left(FX_STRSIZE count) const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp431 CFX_ByteString tag = basefont.Left(4);
883 m_CharBBox[charcode].Left = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face), m_Font.m_Face);
893 m_CharBBox[charcode].Left = m_CharBBox[charcode].Left * m_CharWidth[charcode] / TT_Width;
915 if (m_CharBBox[charcode].Left == (FX_SHORT)0xffff) {
918 rect.left = m_CharBBox[charcode].Left;
H A Dfpdf_font_cid.cpp396 cmapid = cmapid.Left(cmapid.GetLength() - 2);
1118 rect.left = m_CharBBox[charcode].Left;
1185 m_CharBBox[charcode].Left = (short)rect.left;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp273 if (filepath.Left(sizeof("/Mac") - 1) == CFX_WideStringC(L"/Mac")) {
387 if (filepath.Left(sizeof("Mac") - 1) == FX_WSTRC(L"Mac")) {
H A Ddoc_form.cpp1516 CFX_ByteString csTemp = csBValue.Left(2);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2736 str = str.Left(str.GetLength() - ePos + i + 1);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp754 CFX_ByteString CFX_ByteString::Left(FX_STRSIZE nCount) const function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp437 CFX_WideString CFX_WideString::Left(FX_STRSIZE nCount) const function in class:CFX_WideString
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h60 INT16 Left; member in struct:__anon27897
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp508 norm = norm.Left(pos);
897 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) {
963 family = SubstName.Left(find);
999 family = family.Left(find);
1007 family = family.Left(nLen - g_FontStyles[nRet].len);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp193 } else if (thisname.Left(name.GetLength()) == name) {
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp104 str = str.Left(count);
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp1017 return sFilePath.Left(nSplit+1) + sOldPath;
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h33 /// Record that a local context has been entered. Left and
37 virtual void enterContext(Value *Left, Value *Right) = 0;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp464 if(name.Left(2).CompareNoCase(L"MT") == 0)
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp175 if (t.CompareNoCase(name.Left(t.Length())) == 0)
314 name = param.Left(eqPos);
323 name = param.Left(i);
539 if(name.Left(2).CompareNoCase(L"MT") == 0)
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp166 prefix = name.Left(dotPos + 1);
204 seqName._unchangedPart = prefix + ext.Left(extBig.Length() - numLetters);
211 _subName = prefix.Left(prefix.Length() - 1);
/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp39 name = fullProcessedPath.Left(dotPos);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp308 NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(slashPos));

Completed in 1038 milliseconds

12345