HomeSort by relevance Sort by last modified time
    Searched full:cosa (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 60 const float cosa = cosf(-m_rotation); local
63 const float rotWidth = width * cosa - height * sina;
64 const float rotHeight = width * sina + height * cosa;
95 float cosa = cosf(-m_rotation); local
101 CGPoint rx = CGPointMake(width * cosa, width * sina);
102 CGPoint ry = CGPointMake(-height * sina, height * cosa);
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 642 double cosA = cos(angle);
667 mat.m_matrix[1][2] = 2.0f * sinA * cosA;
669 mat.m_matrix[2][1] = -2.0f * sinA * cosA;
677 mat.m_matrix[0][2] = -2.0f * sinA * cosA;
681 mat.m_matrix[2][0] = 2.0f * sinA * cosA;
689 mat.m_matrix[0][1] = 2.0f * sinA * cosA;
691 mat.m_matrix[1][0] = -2.0f * sinA * cosA;
706 mat.m_matrix[0][1] = 2.0f * (x * y * sinA2 + z * sinA * cosA);
707 mat.m_matrix[0][2] = 2.0f * (x * z * sinA2 - y * sinA * cosA);
708 mat.m_matrix[1][0] = 2.0f * (y * x * sinA2 - z * sinA * cosA);
    [all...]
  /packages/apps/QuickSearchBox/res/values-it/
strings.xml 37 <string name="search_sources_summary" msgid="9181194249796408374">"Scegli che cosa cercare sul cellulare"</string>
  /packages/apps/Calendar/res/values-it/
strings.xml 20 <string name="what_label" msgid="1933578391985810049">"Che cosa"</string>
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 395 int cosA = transform.m_cosA > 0 ? 1 : -1;
400 int srcX = x1 * cosA + transform.m_postShiftX;
401 int srcY = y1 * cosA - transform.m_postShiftY;
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_tpp_net.utf 384 1313 "cosa"
    [all...]

Completed in 1411 milliseconds